nftables: add missing comma
This commit is contained in:
parent
f49f9dff3d
commit
7832894da0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ table inet filter {
|
|||
|
||||
# Allow VPN to use DNS.
|
||||
tcp dport {
|
||||
$dns_port
|
||||
$dns_port,
|
||||
$syncthing_port,
|
||||
$syncthing_gui_port,
|
||||
} accept
|
||||
|
|
Loading…
Reference in a new issue