must use IP addresses

This commit is contained in:
David Blacka 2023-02-25 15:28:27 -05:00
parent 5791bebbfc
commit 488b4a6995
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ options {
listen-on { any; };
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;
};