aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammed Amar-Bensaber <renken@shione.net>2024-08-27 22:22:07 +0200
committerMohammed Amar-Bensaber <renken@shione.net>2024-08-27 22:22:07 +0200
commit7832894da020aec33157a28c8e155c86a723aa73 (patch)
tree991d6e88c89a0fae7be8e8081b29f03b72a62f49
parentf49f9dff3d02f9911f292b96a390b6c8d8957083 (diff)
downloadshione-7832894da020aec33157a28c8e155c86a723aa73.tar.gz
shione-7832894da020aec33157a28c8e155c86a723aa73.zip
nftables: add missing comma
-rw-r--r--files/etc/nftables.conf2
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