setf.BoolVar(&setArgs.runWebClient,"webclient",false,"expose the web interface for managing this node over Tailscale at port 5252")
setf.BoolVar(&setArgs.runWebClient,"webclient",false,"expose the web interface for managing this node over Tailscale at port 5252")
setf.BoolVar(&setArgs.sync,"sync",false,hidden+"actively sync configuration from the control plane (set to false only for network failure testing)")
setf.BoolVar(&setArgs.sync,"sync",false,hidden+"actively sync configuration from the control plane (set to false only for network failure testing)")
setf.StringVar(&setArgs.relayServerPort,"relay-server-port","","UDP port number (0 will pick a random unused port) for the relay server to bind to, on all interfaces, or empty string to disable relay server functionality")
setf.StringVar(&setArgs.relayServerPort,"relay-server-port","","UDP port number (0 will pick a random unused port) for the relay server to bind to, on all interfaces, or empty string to disable relay server functionality")
setf.StringVar(&setArgs.relayServerStaticEndpoints,"relay-server-static-endpoints","","static IP:port endpoints to advertise as candidates for relay connections (comma-separated, e.g. \"[2001:db8::1]:40000,192.0.2.1:40000\") or empty string to not advertise any static endpoints")