[[Category:Ongoing_ProjectsServices]]
== Description ==
fixme.ch zone management with Bind9
== Configurations ==
* /etc/bind/named.conf.local<syntaxhighlight lang="bash">acl externals { 127.0.0.1; 62.220.136.2; #Nimag1 195.70.27.21; #Nimag2}; view "external" { match-clients { any; }; recursion no; zone "fixme.ch" { type master; file "/etc/bind/zones/fixme.ch.db"; allow-transfer { externals; }; allow-query { externals; }; notify yes; };};</syntaxhighlight> * /etc/bind/named.conf.options
<syntaxhighlight lang="bash">
options {