Skip to content

Commit

Permalink
dns_util: add new DNSSEC trust anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Dec 1, 2024
1 parent a1dc85c commit 797811d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/dns_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ get_builtin_ds(void)
static const char * const ds[] =
{
". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n",
". IN DS 38696 8 2 683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16\n",
NULL
};
return ds;
Expand Down

0 comments on commit 797811d

Please sign in to comment.