Some more work on the dns module. The only thing not working for some reason is the zone.slae.erb for an unknown reason.

This commit is contained in:
svimes 2012-02-05 21:29:13 +02:00
parent da1eef4333
commit bd4cc55ce1
6 changed files with 50 additions and 45 deletions

View file

@ -1,10 +1,7 @@
options {
listen-on {
<%= ipaddr %>;
};
allow-transfer {
xfer;
};
listen-on { any; };
listen-on-v6 { none; };
allow-transfer { xfer; };
allow-recursion {
trusted;
};
@ -28,6 +25,6 @@ options {
// };
auth-nxdomain no; # conform to RFC1035
version ""; // remove this to allow version queries
};