cmd/tailscale/cli: update URL in error message for Synology unsupported feature

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
(cherry picked from commit d2c4e75099)
release-branch/1.8
Brad Fitzpatrick 2021-05-27 08:43:53 -07:00
parent 8b5912345e
commit 36db80e57d
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ func runUp(ctx context.Context, args []string) error {
}
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 {
return errors.New("--accept-routes is " + notSupported)
}