From f93e7fcf5a4395afcfa370f011d36fd99848b320 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:03:35 -0300 Subject: [PATCH] tailscale-up: fix page description and improve examples (#12229) --- pages/common/tailscale-up.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/tailscale-up.md b/pages/common/tailscale-up.md index 370eb2a53..107751d34 100644 --- a/pages/common/tailscale-up.md +++ b/pages/common/tailscale-up.md @@ -1,6 +1,6 @@ # 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. > More information: . @@ -22,11 +22,11 @@ - 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: -`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: