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 {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
interface = [ "10.42.96.1" "10.42.97.1" "10.42.99.1" "10.42.254.1" ];
|
||||
interface = [ "127.0.0.1" "10.42.96.1" "10.42.97.1" "10.42.99.1" "10.42.254.1" ];
|
||||
# tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem";
|
||||
};
|
||||
# local-zone = "cloonar.com transparent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue