diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/nftables.conf b/files/etc/nftables.conf index aa9f5c4..5d851f0 100644 --- a/files/etc/nftables.conf +++ b/files/etc/nftables.conf @@ -43,7 +43,7 @@ table inet filter { # Allow VPN to use DNS. tcp dport { - $dns_port + $dns_port, $syncthing_port, $syncthing_gui_port, } accept |