Skip to content

Commit

Permalink
Add new IANA trust anchor (#1135)
Browse files Browse the repository at this point in the history
Signed-off-by: Keelan Cannoo <[email protected]>
Co-authored-by: Keelan10 <[email protected]>
  • Loading branch information
Keelan10 and Keelan10 committed Sep 2, 2024
1 parent a887284 commit 9f09c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libunbound/python/examples/dnssec_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9f09c36

Please sign in to comment.