diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2024-11-04 08:18:08 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@tailscale.com> | 2024-11-04 08:18:08 -0800 |
| commit | 8bfccc5a4960024f0d050a90d1d79f752bb671dd (patch) | |
| tree | bfba1287f569dfba7ee97bc200801b6cacd62849 | |
| parent | 1528c94a79d9af06175e1fcf55820d70019c3082 (diff) | |
| download | tailscale-lp.tar.xz tailscale-lp.zip | |
cmd/lopower: fix typolp
Change-Id: Ifebcd361d80f093e93be4646badaebd856316018
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
| -rw-r--r-- | cmd/lopower/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
