mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
|
// Custom managed file.
|
||
|
// Here you can set your own options included inside the options stanza:
|
||
|
//
|
||
|
// allow-recursion { trusted_network; };
|
||
|
// allow-query-cache { trusted_network; };
|
||
|
//
|
||
|
// This file will NOT be overridden during updates!
|
||
|
|
||
|
// turns on IPv6 for port 53, IPv4 is on by default for all ifaces
|
||
|
listen-on-v6 { any; };
|
||
|
|
||
|
/* dnssec-enable is obsolete and 'yes' by default */
|
||
|
dnssec-validation $NAMED_DNSSEC_VALIDATION;
|