diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-01-31 15:30:43 +0100 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-02-02 12:39:35 -0500 |
commit | bb56285f6b350fcdd7b22f6d6c4fb69da5ce438d (patch) | |
tree | 8751ed42befe4a97fac0817ca6cb6e3317dea644 /install/share/bind.named.conf.template | |
parent | 2518612b0de13b3fd09eee7731804d077ded4ccf (diff) | |
download | freeipa-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/share/bind.named.conf.template')
-rw-r--r-- | install/share/bind.named.conf.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index 447c50ccb..71facbaf7 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"; |