Skip to content

Commit

Permalink
rec: add new root trust anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Feb 24, 2025
1 parent 10510b1 commit a5f6b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pdns/root-dnssec.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@

#pragma once

static const char* const rootDSs[]={"20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d"};
static const char* const rootDSs[] = {
"20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d",
"38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16"
};
2 changes: 1 addition & 1 deletion regression-tests.recursor-dnssec/test_TrustAnchors.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class testTrustAnchorsEnabled(RecursorTest):
def testTrustanchorDotServer(self):
expected = dns.rrset.from_text_list(
'trustanchor.server.', 86400, dns.rdataclass.CH, 'TXT',
['". 20326"', '"powerdns.com. 44030"'])
['". 20326 38696"', '"powerdns.com. 44030"'])
query = dns.message.make_query('trustanchor.server', 'TXT',
dns.rdataclass.CH)
result = self.sendUDPQuery(query)
Expand Down

0 comments on commit a5f6b5b

Please # to comment.