z9-router(host): nftables conf fix indent and allow dhcpv6

This commit is contained in:
bitwhisker 2026-07-31 17:36:31 +02:00
commit 6006dbca27
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

@ -76,6 +76,7 @@ table inet host {
# Allow DHCP server access. # Allow DHCP server access.
iifname { $lan_ifs } udp dport 67 accept comment "allow dhcp server access" iifname { $lan_ifs } udp dport 67 accept comment "allow dhcp server access"
iifname { $lan_ifs } udp dport 547 accept comment "allow dhcpv6 server access"
# Allow DNS server access from lan_ifs # Allow DNS server access from lan_ifs
iifname { $lan_ifs, $if_wg55_management } udp dport 53 accept comment "allow dns server access from lan_ifs" iifname { $lan_ifs, $if_wg55_management } udp dport 53 accept comment "allow dns server access from lan_ifs"