Changes

DNS

336 bytes added, 14:50, 14 March 2012
/* Configuration */
fixme.ch zone management with Bind9
== Configuration Configurations ==/etc/bind/named.conf.options<syntaxhighlight lang="bash">options { directory "/var/cache/bind"; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; allow-transfer { none; }; allow-query { 127.0.0.1; }; allow-recursion { none; }; version none;};</syntaxhighlight>* /etc/bind/named.conf.log
<syntaxhighlight lang="bash">
logging {
ControlGroup, administrator
4,205
edits