Added allowed acls, and cleaned up naed.conf.lcoal

This commit is contained in:
root 2018-11-24 22:14:56 +00:00
parent 53eb44e143
commit 7ef4338285
2 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,7 @@ zone "team.tilde" {
file "/etc/bind/db.team.tilde";
};
zone "your.tilde" IN {
zone "your.tilde" {
type master;
file "/etc/bind/db.your.tilde";
};

View File

@ -11,9 +11,12 @@ options {
// the all-0's placeholder.
forwarders {
198.206.14.241;
50.116.17.96;
172.98.193.42;
198.206.14.241;
};
allow-recursion { any; };
allow-query { any; };
allow-query-cache { any; };
//========================================================================
// If BIND logs error messages about the root key being expired,