[[Category:Ongoing_ProjectsServices]]
== Description ==
fixme.ch zone management with Bind9
<syntaxhighlight lang="bash">
acl externals {
127.0.0.1; 62.220.136.2; #NimagNimag1 62195.22070.13627.921;#Nimag2};
view "external" {
type master;
file "/etc/bind/zones/fixme.ch.db";
allow-transfer { internalsexternals; }; allow-query { 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>