2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add (unused) NS1 server configuration, since directory didn't seem to want to go away in CVS.

This commit is contained in:
Michael Sawyer
2000-06-12 23:06:49 +00:00
parent 8f239354a0
commit dec3e76636
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
options {
port 5300;
directory ".";
pid-file "named.pid";
listen-on { 10.53.0.1; };
recursion no;
notify yes;
};
zone "." {
type master;
file "root.db";
};

View File

@@ -0,0 +1,13 @@
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
2000042100 ; serial
600 ; refresh
600 ; retry
1200 ; expire
600 ; minimum
)
. NS a.root-servers.nil.
a.root-servers.nil. A 10.53.0.1
example. NS ns2.example.
ns2.example. A 10.53.0.2