Add laptop wireguard configuration

This commit is contained in:
Sonny Bakker 2021-12-30 14:29:56 +01:00
parent c3cb8e1e8f
commit b914c1bdcf
18 changed files with 113 additions and 519 deletions

View file

@ -26,7 +26,7 @@ table inet filter {
tcp dport ssh accept
# syncthing
ip saddr 10.8.1.1 tcp dport 22000 accept
ip saddr 10.0.0.1 tcp dport 22000 accept
# allow dhcp requests for bridged connections
iifname "vmbr0" udp dport { 53, 67 } accept