Changes

Jump to: navigation, search

DNS

158 bytes removed, 19:14, 17 July 2012
[[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" {
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 query { internals; externals; }; # notify noyes; #};};
</syntaxhighlight>
445
edits