From 8bfccc5a4960024f0d050a90d1d79f752bb671dd Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 4 Nov 2024 08:18:08 -0800 Subject: [PATCH] cmd/lopower: fix typo Change-Id: Ifebcd361d80f093e93be4646badaebd856316018 Signed-off-by: Brad Fitzpatrick --- cmd/lopower/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lopower/README.md b/cmd/lopower/README.md index 8a8404de3..5d2423a22 100644 --- a/cmd/lopower/README.md +++ b/cmd/lopower/README.md @@ -31,7 +31,7 @@ Tailscale LOPOWER is a proxy that you run nearby that bridges a low-power WireGu ## TODO -* provisioning more than one low-powered device is possible, but requires manual config file edits. It should be possible to enroll multuple devices (including QR code support) easily. +* provisioning more than one low-powered device is possible, but requires manual config file edits. It should be possible to enroll multiple devices (including QR code support) easily. * incoming connections (from Tailscale to `lopower`) don't yet forward to the low-powered devices. When there's only one low-powered device, the mapping policy is obvious. When there are multiple, it's not as obvious. Maybe the answer is supporting [4via6 subnet routers](https://tailscale.com/kb/1201/4via6-subnets). ## Installing