Changes
DNS
,== Configurations ==
* /etc/bind/named.conf.local<syntaxhighlight lang="bash">acl externals { 62.220.136.2; #Nimag 62.220.136.9;} view "external" { match-clients { any; }; recursion no; #zone "fixme.ch" { # type master; # file "/etc/bind/zones/fixme.ch.db"; # allow-transfer { internals; externals; }; # notify yes; #}; #zone "135.220.62.in-addr.arpa" { # type master; # file "/etc/bind/zones/135.220.62.in-addr.arpa"; # allow-transfer { internals; externals; }; # notify no; #};}</syntaxhighlight> * /etc/bind/named.conf.options
<syntaxhighlight lang="bash">
options {