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:
parent
da1eef4333
commit
bd4cc55ce1
6 changed files with 50 additions and 45 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue