mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-23 09:40:59 +00:00
Revert "cmd/tailscale/cli: disallow --ssh on Synology"
This reverts commit 03e3e6abcd39239eca710144e329d5e8ef935a2d in favor of #4785. Change-Id: Ied65914106917c4cb8d15d6ad5e093a6299d1d48 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
03e3e6abcd
commit
2bac8b6013
@ -440,10 +440,7 @@ func runUp(ctx context.Context, args []string) error {
|
||||
return errors.New("--exit-node is " + notSupported)
|
||||
}
|
||||
if upArgs.netfilterMode != "off" {
|
||||
return errors.New("--netfilter-mode values besides \"off\" are " + notSupported)
|
||||
}
|
||||
if upArgs.runSSH {
|
||||
return errors.New("--ssh is " + notSupported)
|
||||
return errors.New("--netfilter-mode values besides \"off\" " + notSupported)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user