Files
Froxlor/templates/misc/configfiles/freebsd/bind9/etc_namedb_named.conf
2013-03-12 15:06:14 +01:00

32 lines
610 B
Plaintext

options {
...
[snip]
# General
directory "/etc/namedb/working";
pid-file "/var/run/named.pid";
auth-nxdomain no;
# Cache
dump-file "/var/db/named";
max-cache-size 8m;
# DNSSEC
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
random-device "/dev/urandom";
[/snip]
...
};