It was from very early Tailscale and no longer makes sense.
Change-Id: I31b4e728789f26b0376ebe73aa1b4bbbb1d62607
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/6133/head
Brad Fitzpatrick2 years agocommitted byBrad Fitzpatrick
upf.StringVar(&upArgs.server,"login-server",ipn.DefaultControlURL,"base URL of control server")
upf.BoolVar(&upArgs.acceptRoutes,"accept-routes",acceptRouteDefault(goos),"accept routes advertised by other Tailscale nodes")
upf.BoolVar(&upArgs.acceptDNS,"accept-dns",true,"accept DNS configuration from the admin panel")
upf.BoolVar(&upArgs.singleRoutes,"host-routes",true,"install host routes to other Tailscale nodes")
upf.BoolVar(&upArgs.singleRoutes,"host-routes",true,"HIDDEN: install host routes to other Tailscale nodes")
upf.StringVar(&upArgs.exitNodeIP,"exit-node","","Tailscale exit node (IP or base name) for internet traffic, or empty string to not use an exit node")
upf.BoolVar(&upArgs.exitNodeAllowLANAccess,"exit-node-allow-lan-access",false,"Allow direct access to the local network when routing traffic via an exit node")