forked from CCCHH/ansible-infra
z9-router(host): fix nftables
This commit is contained in:
parent
d97c22cc8e
commit
3ab9f83039
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ table inet host {
|
|||
iifname { $lan_ifs } udp dport 547 accept comment "allow dhcpv6 server access"
|
||||
|
||||
# Allow DNS server access from lan_ifs
|
||||
iifname { $lan_ifs, $if_wg56_management } meta l4proto { tcp, udp } dport 53 accept comment "allow dns server access from lan_ifs"
|
||||
iifname { $lan_ifs, $if_wg56_management } meta l4proto { tcp, udp } th dport 53 accept comment "allow dns server access from lan_ifs"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue