must use IP addresses
This commit is contained in:
parent
5791bebbfc
commit
488b4a6995
@ -7,7 +7,9 @@ options {
|
|||||||
|
|
||||||
listen-on { any; };
|
listen-on { any; };
|
||||||
listen-on-v6 { ::1; };
|
listen-on-v6 { ::1; };
|
||||||
allow-recursion { 127.0.0.1; ::1; host.docker.internal; };
|
# hopefully the default docker bridge network
|
||||||
|
# is consistently in 172.17.0.0/24
|
||||||
|
allow-recursion { 127.0.0.1; ::1; 172.17.0.0/24; };
|
||||||
|
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user