nftables: add missing comma

This commit is contained in:
Mohammed Amar-Bensaber 2024-08-27 22:22:07 +02:00
parent f49f9dff3d
commit 7832894da0
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -43,7 +43,7 @@ table inet filter {
# Allow VPN to use DNS.
tcp dport {
$dns_port
$dns_port,
$syncthing_port,
$syncthing_gui_port,
} accept