fix unbound for local traffic
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
type filter hook input priority filter; policy drop;
|
type filter hook input priority filter; policy drop;
|
||||||
|
|
||||||
# accept any localhost traffic
|
# accept any localhost traffic
|
||||||
iif lo accept
|
iifname lo accept
|
||||||
|
|
||||||
# Allow trusted networks to access the router
|
# Allow trusted networks to access the router
|
||||||
iifname {
|
iifname {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
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";
|
# tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem";
|
||||||
};
|
};
|
||||||
# local-zone = "cloonar.com transparent";
|
# local-zone = "cloonar.com transparent";
|
||||||
|
|||||||
Reference in New Issue
Block a user