aboutsummaryrefslogtreecommitdiffstats
path: root/roles/freeipa_server/templates/etc/named/ipa-options-ext.conf.j2
blob: 9c378058121c4fe359d4a279fbcdcc0060680e63 (plain)
1
2
3
4
5
6
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; };