aboutsummaryrefslogtreecommitdiffstats
path: root/roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j2')
-rw-r--r--roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j2 b/roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j2
new file mode 100644
index 0000000..9c37805
--- /dev/null
+++ b/roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j2
@@ -0,0 +1,7 @@
+allow-recursion { any; };
+allow-query-cache { any; };
+
+max-ncache-ttl {{ freeipa_dns_max_negative_cache }};
+
+/* turns on IPv6 for port 53, IPv4 is on by default for all ifaces */
+listen-on-v6 { any; };