mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
cmd/tailscale/cli: update URL in error message for Synology unsupported feature
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
cdd231cb7d
commit
d2c4e75099
@ -268,7 +268,7 @@ func runUp(ctx context.Context, args []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if distro.Get() == distro.Synology {
|
if distro.Get() == distro.Synology {
|
||||||
notSupported := "not yet supported on Synology; see https://github.com/tailscale/tailscale/issues/451"
|
notSupported := "not supported on Synology; see https://github.com/tailscale/tailscale/issues/1995"
|
||||||
if upArgs.acceptRoutes {
|
if upArgs.acceptRoutes {
|
||||||
return errors.New("--accept-routes is " + notSupported)
|
return errors.New("--accept-routes is " + notSupported)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user