tailscale

This commit is contained in:
Moni Ghaoui 2025-07-08 22:05:34 +02:00
parent 126ad4e01b
commit f725e9cfb5

View file

@ -91,11 +91,16 @@ nvim /etc/pf.conf
Contents:
```
ext_if="em0"
block in all
pass in on $ext_if proto tcp to ($ext_if) port ssh
ext_if="em0"
pass in on $ext_if proto tcp to ($ext_if) port 22
pass in on $ext_if proto tcp to ($ext_if) port 80
pass in on $ext_if proto tcp to ($ext_if) port 443
tailscale_if="tailscale0"
pass in on $tailscale_if proto tcp to any port 22
pass out all keep state
```