From fb6893f66431e7ec0f1a8913e9108ab0ebcdddbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sun, 28 May 2017 11:14:43 +0200 Subject: [PATCH] Add IPv6 --- data/conf/bind9/named.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/conf/bind9/named.conf b/data/conf/bind9/named.conf index e3776155..ea2cfb09 100644 --- a/data/conf/bind9/named.conf +++ b/data/conf/bind9/named.conf @@ -3,13 +3,14 @@ acl internal_networks { 192.168.0.0/16; 172.16.0.0/12; 10.0.0.0/8; + fd4d:6169:6c63:6f77::/64; }; options { directory "/var/bind"; allow-recursion { internal_networks; }; listen-on { any; }; - listen-on-v6 { none; }; + listen-on-v6 { any; }; pid-file "/var/run/named/named.pid"; allow-transfer { none; }; dnssec-enable yes;