open nftables & fixes

This commit is contained in:
asyncnomi 2025-08-02 01:05:50 +02:00
parent f05ce3bca5
commit 41a6ed984a
2 changed files with 20 additions and 13 deletions

View file

@ -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: "