commit 26a7f18b8b6dd54822627da503a011ba7da1af5a
parent 54366f85e10da2a2d924ad04d43f85b34882d881
Author: pyratebeard <root@pyratebeard.net>
Date: Sun, 23 Aug 2026 08:35:24 +0100
updates
updates
Diffstat:
3 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/glossary.md b/glossary.md
@@ -55,6 +55,7 @@
## h
* [haproxy](/networking/haproxy)
+* [headscale](/networking/headscale)
* [httpd](/software/httpd)
## i
@@ -149,6 +150,7 @@
## t
* [tarsnap](/software/tarsnap)
+* [tailscale](/networking/tailscale)
* [tcpdump](/software/tcpdump)
* [termux](/software/termux)
* [tmux](/software/tmux)
diff --git a/networking/headscale.md b/networking/headscale.md
@@ -0,0 +1,7 @@
+# headscale
+
+* enable route
+```
+headscale routes list
+headscale routes enable -r <id>
+```
diff --git a/networking/tailscale.md b/networking/tailscale.md
@@ -28,6 +28,11 @@ tailscale up --login-server <server> --advertise-routes 192.168.0.0/24
tailscale up --login-server <server> --accept-routes
tailscale set --accept-routes
```
+* advertise as exit node (after ipforwarding)
+```
+tailscale set --advertise-exit-node
+```
+* enable exit node on [headscale](headscale)
[fast user switching]: https://tailscale.com/kb/1225/fast-user-switching
[ip forwarding]: https://tailscale.com/kb/1019/subnets?tab=linux#enable-ip-forwarding