This commit is contained in:
Felix Stupp 2024-04-24 11:28:14 +02:00 committed by GitHub
commit 9d5fb21c2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
package healthmsg
const (
WarnAcceptRoutesOff = "Some peers are advertising routes but --accept-routes is false"
// TODO change link to shortened one
WarnAcceptRoutesOff = "Some peers are advertising routes but --accept-routes is disabled (legacy default). To fix that, run tailscale set --accept-routes. For more info, see https://tailscale.com/kb/1019/subnets/#step-6-use-your-subnet-routes-from-other-machines"
TailscaleSSHOnBut = "Tailscale SSH enabled, but " // + ... something from caller
LockedOut = "this node is locked out; it will not have connectivity until it is signed. For more info, see https://tailscale.com/s/locked-out"
WarnExitNodeUsage = "The following issues on your machine will likely make usage of exit nodes impossible"