diff options
author | Mohammed Amar-Bensaber <renken@shione.net> | 2024-08-27 22:22:07 +0200 |
---|---|---|
committer | Mohammed Amar-Bensaber <renken@shione.net> | 2024-08-27 22:22:07 +0200 |
commit | 7832894da020aec33157a28c8e155c86a723aa73 (patch) | |
tree | 991d6e88c89a0fae7be8e8081b29f03b72a62f49 | |
parent | f49f9dff3d02f9911f292b96a390b6c8d8957083 (diff) | |
download | shione-7832894da020aec33157a28c8e155c86a723aa73.tar.gz shione-7832894da020aec33157a28c8e155c86a723aa73.zip |
nftables: add missing comma
-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 |