fix unbound for local traffic
This commit is contained in:
parent
da256dadaa
commit
885660c4e4
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
type filter hook input priority filter; policy drop;
|
||||
|
||||
# accept any localhost traffic
|
||||
iif lo accept
|
||||
iifname lo accept
|
||||
|
||||
# Allow trusted networks to access the router
|
||||
iifname {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue