Changes
DNS
,/* Configurations */
<syntaxhighlight lang="bash">
acl externals {
127.0.0.1; 62.220.136.2; #Nimag 1Nimag1 195.70.27.21; #Nimag 2Nimag2};
view "external" {
file "/etc/bind/zones/fixme.ch.db";
allow-transfer { externals; };
allow-query { 127.0.0.1; 62.220.136.2; 195.70.27.21externals; };
notify yes;
};
};
</syntaxhighlight>