diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-11-14 19:25:59 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-11-14 19:25:59 +0000 |
commit | abfebdb37cc60bf30be8c6635654d6e3c92055f8 (patch) | |
tree | 5edfb1e6e03a3cd4b2004ec35024a0659f918755 /usr.sbin/bind/lib | |
parent | 265a081ad4002f398ddc0df38fc2f23d24d23073 (diff) |
update IP address of L.ROOT-SERVERS.NET; fix PR#5629
Diffstat (limited to 'usr.sbin/bind/lib')
-rw-r--r-- | usr.sbin/bind/lib/dns/rootns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/lib/dns/rootns.c b/usr.sbin/bind/lib/dns/rootns.c index c9a6db03fd7..781024bf669 100644 --- a/usr.sbin/bind/lib/dns/rootns.c +++ b/usr.sbin/bind/lib/dns/rootns.c @@ -67,7 +67,7 @@ static char root_ns[] = "I.ROOT-SERVERS.NET. 3600000 IN A 192.36.148.17\n" "J.ROOT-SERVERS.NET. 3600000 IN A 192.58.128.30\n" "K.ROOT-SERVERS.NET. 3600000 IN A 193.0.14.129\n" -"L.ROOT-SERVERS.NET. 3600000 IN A 198.32.64.12\n" +"L.ROOT-SERVERS.NET. 3600000 IN A 199.7.83.42\n" "M.ROOT-SERVERS.NET. 3600000 IN A 202.12.27.33\n"; static isc_result_t |