Merge branch 'main' of forgejo.fudiggity.nl:sonny/arch-setup

This commit is contained in:
Sonny Bakker 2026-08-21 17:23:37 +02:00
commit 9b1ee15c30
5 changed files with 51 additions and 5 deletions

View file

@ -25,6 +25,9 @@ table inet filter {
# allow ssh
tcp dport ssh accept
# syncthing
ip saddr 10.0.0.1 tcp dport 22000 accept
}
chain forward {