summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-01-31 15:30:43 +0100
committerAdam Young <ayoung@redhat.com>2011-02-02 12:39:35 -0500
commitbb56285f6b350fcdd7b22f6d6c4fb69da5ce438d (patch)
tree8751ed42befe4a97fac0817ca6cb6e3317dea644 /install
parent2518612b0de13b3fd09eee7731804d077ded4ccf (diff)
downloadfreeipa-bb56285f6b350fcdd7b22f6d6c4fb69da5ce438d.tar.gz
freeipa-bb56285f6b350fcdd7b22f6d6c4fb69da5ce438d.tar.xz
freeipa-bb56285f6b350fcdd7b22f6d6c4fb69da5ce438d.zip
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
Diffstat (limited to 'install')
-rw-r--r--install/share/bind.named.conf.template3
1 files changed, 3 insertions, 0 deletions
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";