Add syncthing configuration for P14

This commit is contained in:
Sonny Bakker 2026-07-20 13:08:08 +02:00
parent 9fd688ab95
commit 75feb337d5
4 changed files with 44 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 {