mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add root servers
This commit is contained in:
parent
05eb37f267
commit
469e5e5196
2 changed files with 37 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
||||||
# probably need some kind of syntax to avoid hard-coding paths.
|
# probably need some kind of syntax to avoid hard-coding paths.
|
||||||
|
|
||||||
database
|
database
|
||||||
|
file=cox-home
|
||||||
|
file=root-servers
|
||||||
|
|
||||||
# authentication domains
|
# authentication domains
|
||||||
|
|
||||||
|
@ -16,4 +18,6 @@ authdom=cs.bell-labs.com
|
||||||
authdom=tip9ug.jp
|
authdom=tip9ug.jp
|
||||||
auth=mordor.tip9ug.jp
|
auth=mordor.tip9ug.jp
|
||||||
|
|
||||||
authdom=pdos.csail.mit.edu auth=glenda.csail.mit.edu
|
authdom=pdos.csail.mit.edu
|
||||||
|
auth=glenda.csail.mit.edu
|
||||||
|
|
||||||
|
|
32
ndb/root-servers
Normal file
32
ndb/root-servers
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
#
|
||||||
|
# entries defining the dns root. these will be overridden by any
|
||||||
|
# authentic info obtained from the root.
|
||||||
|
#
|
||||||
|
dom=
|
||||||
|
ns=A.ROOT-SERVERS.NET
|
||||||
|
ns=B.ROOT-SERVERS.NET
|
||||||
|
ns=C.ROOT-SERVERS.NET
|
||||||
|
ns=D.ROOT-SERVERS.NET
|
||||||
|
ns=E.ROOT-SERVERS.NET
|
||||||
|
ns=F.ROOT-SERVERS.NET
|
||||||
|
ns=G.ROOT-SERVERS.NET
|
||||||
|
ns=H.ROOT-SERVERS.NET
|
||||||
|
ns=I.ROOT-SERVERS.NET
|
||||||
|
ns=J.ROOT-SERVERS.NET
|
||||||
|
ns=K.ROOT-SERVERS.NET
|
||||||
|
ns=L.ROOT-SERVERS.NET
|
||||||
|
ns=M.ROOT-SERVERS.NET
|
||||||
|
dom=A.ROOT-SERVERS.NET ip=198.41.0.4
|
||||||
|
dom=B.ROOT-SERVERS.NET ip=192.228.79.201
|
||||||
|
dom=C.ROOT-SERVERS.NET ip=192.33.4.12
|
||||||
|
dom=D.ROOT-SERVERS.NET ip=128.8.10.90
|
||||||
|
dom=E.ROOT-SERVERS.NET ip=192.203.230.10
|
||||||
|
dom=F.ROOT-SERVERS.NET ip=192.5.5.241
|
||||||
|
dom=G.ROOT-SERVERS.NET ip=192.112.36.4
|
||||||
|
dom=H.ROOT-SERVERS.NET ip=128.63.2.53
|
||||||
|
dom=I.ROOT-SERVERS.NET ip=192.36.148.17
|
||||||
|
dom=J.ROOT-SERVERS.NET ip=192.58.128.30
|
||||||
|
dom=K.ROOT-SERVERS.NET ip=193.0.14.129
|
||||||
|
dom=L.ROOT-SERVERS.NET ip=198.32.64.12
|
||||||
|
dom=M.ROOT-SERVERS.NET ip=202.12.27.33
|
||||||
|
|
Loading…
Reference in a new issue