Refactored dns::server class.
This commit is contained in:
parent
34be570ebc
commit
4cb660dcaf
7 changed files with 155 additions and 121 deletions
2
dns/files/named.conf.local
Normal file
2
dns/files/named.conf.local
Normal file
|
@ -0,0 +1,2 @@
|
|||
acl trusted { localhost; localnets; };
|
||||
acl nameservers { localhost; };
|
9
dns/files/named.conf.options
Normal file
9
dns/files/named.conf.options
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
options {
|
||||
listen-on { any; };
|
||||
listen-on-v6 { none; };
|
||||
|
||||
allow-query { any; };
|
||||
allow-recursion { trusted; };
|
||||
allow-transfer { nameservers; };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue