Switch to host networking

This commit is contained in:
2023-02-26 14:44:24 -05:00
parent 2788c11bed
commit b039639360
2 changed files with 19 additions and 10 deletions

View File

@@ -7,9 +7,7 @@ options {
listen-on { any; };
listen-on-v6 { ::1; };
# 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; };
allow-recursion { 127.0.0.1; ::1; };
dnssec-validation yes;
};