z9-router(host): nftables conf fix indent and allow dhcpv6
This commit is contained in:
parent
9271cbda97
commit
6006dbca27
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ table inet host {
|
||||||
udp dport 51820 accept comment "allow WireGuard access"
|
udp dport 51820 accept comment "allow WireGuard access"
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue