From d25fbfeaac33c7e81c03f60c63413463302db901 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Jan 2017 17:31:37 +0000 Subject: Listen on IPv6 --- etc/dns/primary.conf | 4 ++-- 1 file 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; -- cgit v1.2.3