mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 02:25:35 -04:00
4261. [maint] H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53.
[RT #40556]
(cherry picked from commit 268c4e79c4)
This commit is contained in:
parent
39c5586111
commit
49901a30a4
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4261. [maint] H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53.
|
||||
[RT #40556]
|
||||
|
||||
4260. [security] Insufficient testing when parsing a message allowed
|
||||
records with an incorrect class to be be accepted,
|
||||
triggering a REQUIRE failure when those records
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ static char root_ns[] =
|
|||
"F.ROOT-SERVERS.NET. 3600000 IN A 192.5.5.241\n"
|
||||
"F.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:2F::F\n"
|
||||
"G.ROOT-SERVERS.NET. 3600000 IN A 192.112.36.4\n"
|
||||
"H.ROOT-SERVERS.NET. 3600000 IN A 128.63.2.53\n"
|
||||
"H.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:1::803F:235\n"
|
||||
"H.ROOT-SERVERS.NET. 3600000 IN A 198.97.190.53\n"
|
||||
"H.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:1::53\n"
|
||||
"I.ROOT-SERVERS.NET. 3600000 IN A 192.36.148.17\n"
|
||||
"I.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:7fe::53\n"
|
||||
"J.ROOT-SERVERS.NET. 3600000 IN A 192.58.128.30\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue