]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
g.root-servers.net has AAAA address.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 24 Oct 2016 13:11:39 +0000 (13:11 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 24 Oct 2016 13:11:39 +0000 (13:11 +0000)
git-svn-id: file:///svn/unbound/trunk@3906 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iter_hints.c

index c91567ea9c387469b76e0c43b98c9b3d480ace61..31d3d0c800c319119d1ce28160de9ca462f27374 100644 (file)
@@ -1,5 +1,6 @@
 24 October 2016: Wouter
        - serve-expired config option: serve expired responses with TTL 0.
+       - g.root-servers.net has AAAA address.
 
 21 October 2016: Wouter
        - Ported tests for local_cname unit test to testbound framework.
index 5fd90177aff071790e5d84e91607da8e6fb5d1cd..738001861aff60db869baa9073423bd67a9a584d 100644 (file)
@@ -149,6 +149,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
        if(!ah(dp, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
        if(!ah(dp, "E.ROOT-SERVERS.NET.", "2001:500:a8::e")) goto failed;
        if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
+       if(!ah(dp, "G.ROOT-SERVERS.NET.", "2001:500:12::d0d")) goto failed;
        if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::53")) goto failed;
        if(!ah(dp, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) goto failed;
        if(!ah(dp, "J.ROOT-SERVERS.NET.", "2001:503:c27::2:30")) goto failed;