From bb56285f6b350fcdd7b22f6d6c4fb69da5ce438d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 31 Jan 2011 15:30:43 +0100 Subject: IPv6 enhancements * Make host-add, host-del and reverse zone creation IPv6 aware * Make Bind listen on IPv6 interfaces, too https://fedorahosted.org/freeipa/ticket/398 --- install/share/bind.named.conf.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install') diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index 447c50cc..71facbaf 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -1,4 +1,7 @@ options { + // turns on IPv6 for port 53, IPv4 is on by default for all ifaces + listen-on-v6 {any;}; + // Put files that named is allowed to write in the data/ directory: directory "/var/named"; // the default dump-file "data/cache_dump.db"; -- cgit