ansible/dns/bind/named.conf.options
root cbf4c2677f nouveau fichier : dhcp/.playbook.yml.swp
nouveau fichier : dhcp/dhcpd.conf
	nouveau fichier : dhcp/dnsmasq.conf
	nouveau fichier : dhcp/hosts
	nouveau fichier : dhcp/isc-dhcp-server
	nouveau fichier : dhcp/playbook.yml
	nouveau fichier : dns/bind/bind.keys
	nouveau fichier : dns/bind/db.0
	nouveau fichier : dns/bind/db.127
	nouveau fichier : dns/bind/db.255
	nouveau fichier : dns/bind/db.domaine.lan
	nouveau fichier : dns/bind/db.domaine.lan.rev
	nouveau fichier : dns/bind/db.empty
	nouveau fichier : dns/bind/db.local
	nouveau fichier : dns/bind/named.conf
	nouveau fichier : dns/bind/named.conf.default-zones
	nouveau fichier : dns/bind/named.conf.local
	nouveau fichier : dns/bind/named.conf.options
	nouveau fichier : dns/bind/rndc.key
	nouveau fichier : dns/bind/zones.rfc1918
	nouveau fichier : dns/playbook.yml
2022-01-01 16:47:09 +01:00

25 lines
848 B
Plaintext

options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
# // forwarders {
# // 0.0.0.0;
# // };
//========================================================================
// 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-validation no;
listen-on-v6 { none; };
};