LinuxCommandLibrary

tailscale-set

Configure persistent Tailscale options

TLDR

Set accept routes

$ tailscale set --accept-routes
copy
Enable exit node
$ tailscale set --advertise-exit-node
copy
Set hostname
$ tailscale set --hostname [name]
copy
Disable key expiry
$ tailscale set --operator=$USER
copy

SYNOPSIS

tailscale set [options]

DESCRIPTION

tailscale set configures Tailscale options persistently. Changes settings that survive restarts. Alternative to passing options to tailscale up.

PARAMETERS

--accept-routes

Accept subnet routes.
--advertise-exit-node
Offer as exit node.
--exit-node node
Use exit node.
--hostname name
Set device hostname.
--shields-up
Block incoming connections.
--ssh
Enable Tailscale SSH.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community