open nftables & fixes
This commit is contained in:
parent
f05ce3bca5
commit
41a6ed984a
2 changed files with 20 additions and 13 deletions
|
@ -73,6 +73,11 @@ in
|
|||
tcp dport 587 accept
|
||||
'' else ""}
|
||||
|
||||
${if lib.elem myName mapping.db.hosts then ''
|
||||
# DNS Secondary
|
||||
iifname mesh tcp dport 5432 accept
|
||||
'' else ""}
|
||||
|
||||
# Log anything else
|
||||
ip protocol tcp counter log prefix "tcp.in.dropped: "
|
||||
ip protocol udp counter log prefix "udp.in.dropped: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue