glossary.md
... ...
@@ -55,6 +55,7 @@
55 55
56 56
## h
57 57
* [haproxy](/networking/haproxy)
58
+* [headscale](/networking/headscale)
58 59
* [httpd](/software/httpd)
59 60
60 61
## i
... ...
@@ -149,6 +150,7 @@
149 150
150 151
## t
151 152
* [tarsnap](/software/tarsnap)
153
+* [tailscale](/networking/tailscale)
152 154
* [tcpdump](/software/tcpdump)
153 155
* [termux](/software/termux)
154 156
* [tmux](/software/tmux)
networking/headscale.md
... ...
@@ -0,0 +1,7 @@
1
+# headscale
2
+
3
+* enable route
4
+```
5
+headscale routes list
6
+headscale routes enable -r <id>
7
+```
networking/tailscale.md
... ...
@@ -28,6 +28,11 @@ tailscale up --login-server <server> --advertise-routes 192.168.0.0/24
28 28
tailscale up --login-server <server> --accept-routes
29 29
tailscale set --accept-routes
30 30
```
31
+* advertise as exit node (after ipforwarding)
32
+```
33
+tailscale set --advertise-exit-node
34
+```
35
+* enable exit node on [headscale](headscale)
31 36
32 37
[fast user switching]: https://tailscale.com/kb/1225/fast-user-switching
33 38
[ip forwarding]: https://tailscale.com/kb/1019/subnets?tab=linux#enable-ip-forwarding