]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Add new IANA trust anchor (#1135)
authorKeelan Cannoo <96436249+Keelan10@users.noreply.github.com>
Mon, 2 Sep 2024 07:24:55 +0000 (11:24 +0400)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 07:24:55 +0000 (09:24 +0200)
Signed-off-by: Keelan Cannoo <keelan.cannoo@cyberstorm.mu>
Co-authored-by: Keelan10 <keelan.cannoo@cyberstorm.mu>
libunbound/python/examples/dnssec_test.py

index b76c0437e3f6215d7f1e2f3959db8f2562ecb6b5..1a125affacfec55ec11a0bc1772faf25ac250f87 100644 (file)
@@ -30,6 +30,7 @@ def dnssecParse(domain, rrType=RR_TYPE_A):
 resolver = ub_ctx()
 resolver.add_ta(".   IN DS   19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5")
 resolver.add_ta(".   IN DS   20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D")
+resolver.add_ta(".   IN DS   38696 8 2 683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16")
 
 dnssecParse("nic.cz")
 dnssecParse("nonexistent-domain-blablabla.cz")