diff options
author | selsta <selsta@sent.at> | 2022-08-06 19:46:53 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-08-06 19:46:53 +0200 |
commit | 6b6162888111bcea29f99995319553ea138faa0c (patch) | |
tree | a5044716ecdb7284b28c24b64054c7efedb52d41 | |
parent | Merge pull request #8435 (diff) | |
download | monero-6b6162888111bcea29f99995319553ea138faa0c.tar.xz |
dns_util: remove outdated DNSSEC DS trust anchor
-rw-r--r-- | src/common/dns_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp index 6ab6ff4fe..3fbd69949 100644 --- a/src/common/dns_utils.cpp +++ b/src/common/dns_utils.cpp @@ -102,7 +102,6 @@ get_builtin_ds(void) { static const char * const ds[] = { - ". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5\n", ". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n", NULL }; |