Add syncthing configuration for P14
This commit is contained in:
parent
9fd688ab95
commit
75feb337d5
4 changed files with 44 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue