1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00

tailscale-up: fix page description and improve examples (#12229)

This commit is contained in:
Vitor Henrique 2024-02-10 01:03:35 -03:00 committed by GitHub
parent 814e511bae
commit f93e7fcf5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# tailscale up # tailscale up
> Connects the client to the Tailscale network. > Connect the client to the Tailscale network.
> In version 1.8 and above, command-line arguments are stored and reused until they're overwritten or `--reset` is called. > In version 1.8 and above, command-line arguments are stored and reused until they're overwritten or `--reset` is called.
> More information: <https://tailscale.com/kb/1080/cli/#up>. > More information: <https://tailscale.com/kb/1080/cli/#up>.
@ -22,11 +22,11 @@
- Connect and don't accept DNS configuration from the admin panel (defaults to `true`): - Connect and don't accept DNS configuration from the admin panel (defaults to `true`):
`sudo tailscale up --accept-dns={{false}}` `sudo tailscale up --accept-dns=false`
- Connect and configure Tailscale as a subnet router: - Connect and configure Tailscale as a subnet router:
`sudo tailscale up --advertise-routes={{10.0.0.0/24}},{{10.0.1.0/24}}` `sudo tailscale up --advertise-routes={{10.0.0.0/24,10.0.1.0/24,...}}`
- Connect and accept subnet routes from Tailscale: - Connect and accept subnet routes from Tailscale: