mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:42:06 -04:00
regenerated
This commit is contained in:
parent
089ad40b1f
commit
a6def371e4
1 changed files with 0 additions and 4 deletions
|
|
@ -131,8 +131,6 @@ options {
|
|||
pid-file "named.pid"; // Put pid file in working dir
|
||||
allow-query { "corpnets"; };
|
||||
};
|
||||
// Root server hints
|
||||
zone "." { type hint; file "root.hint"; };
|
||||
// Provide a reverse mapping for the loopback address 127.0.0.1
|
||||
zone "0.0.127.in-addr.arpa" {
|
||||
type master;
|
||||
|
|
@ -167,8 +165,6 @@ CLASS="programlisting"
|
|||
allow-query { any; }; // This is the default
|
||||
recursion no; // Do not provide recursive service
|
||||
};
|
||||
// Root server hints
|
||||
zone "." { type hint; file "root.hint"; };
|
||||
|
||||
// Provide a reverse mapping for the loopback address 127.0.0.1
|
||||
zone "0.0.127.in-addr.arpa" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue