diff options
-rw-r--r-- | etc/dns/primary.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index 5cbdaf8..b3230f6 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -29,8 +29,8 @@ options { /* https://www.isc.org/solutions/dlv */ bindkeys-file "/etc/bind/bind.keys"; - #listen-on-v6 { none; }; - #listen-on { 10.10.0.3; 127.0.0.1; }; + listen-on-v6 { any; }; + listen-on { any; }; allow-query { trusted; |