You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slides/slides.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,10 @@ flowchart LR
142
142
-**Mesh VPN** built on WireGuard - every device connects directly
143
143
-**Zero config** - no firewall rules, no port forwarding, no VPN concentrators
144
144
-**Identity-based** - every connection knows who's on the other end
145
-
-**Tailnet** - your private network of devices
145
+
-**Tailnet** - an interconnected collection of users, devices and resources, a term for a Tailscale network
146
+
<br>
147
+
148
+
[Glossary of Tailscale Terms](https://tailscale.com/docs/reference/glossary)
146
149
147
150
</v-clicks>
148
151
@@ -517,8 +520,8 @@ tailscale down
517
520
518
521
<v-clicks>
519
522
520
-
-**`--auth-key`** - non-interactive auth, suited for machine identity. Without it, `up` opens a browser for SSO assuming you are a human user registering/connecting your device (like a laptop or phone).
521
-
-**`--hostname`** - what this node shows up as in `tailscale status` and `whois`. Uniqueness matters on a shared tailnet.
523
+
-**`--auth-key`** - non-interactive auth, suited for machine identity. Without it, `up` opens a browser for SSO assuming you are a human user.
524
+
-**`--hostname`** - what this node shows up as in `tailscale status` and how it is uniquely addressible via [MagicDNS](https://tailscale.com/kb/1081/magicdns) on the tailnet.
522
525
-**`tailscale down`** - disconnect from the tailnet. The node stays registered; a future `up` reuses its identity.
523
526
524
527
</v-clicks>
@@ -617,7 +620,7 @@ Explore the tailnet from the CLI, then fill in the two TODOs in `main.go` so the
0 commit comments