diff --git a/doc/changelog/changelog-9.21.1.rst b/doc/changelog/changelog-9.21.1.rst index 824c283e69..cf4839d4c7 100644 --- a/doc/changelog/changelog-9.21.1.rst +++ b/doc/changelog/changelog-9.21.1.rst @@ -25,7 +25,7 @@ New Features are loaded from the currently active bundle from the imported SKR. The implementation is loosely based on: - https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt + https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt :gl:`#1128` :gl:`!9119` - Implement the 'request-ixfr-max-diffs' configuration option. diff --git a/doc/notes/notes-9.21.1.rst b/doc/notes/notes-9.21.1.rst index 46c4ef8e10..6f928e397b 100644 --- a/doc/notes/notes-9.21.1.rst +++ b/doc/notes/notes-9.21.1.rst @@ -27,7 +27,7 @@ New Features The implementation is loosely based on `draft-icann-dnssec-keymgmt-01.txt - `_. + `_. :gl:`#1128` - Allow limiting the number of differences in IXFR. diff --git a/lib/dns/include/dns/skr.h b/lib/dns/include/dns/skr.h index a3e1255eb9..0dd6a7d46c 100644 --- a/lib/dns/include/dns/skr.h +++ b/lib/dns/include/dns/skr.h @@ -18,7 +18,7 @@ * A skr is a convenience type representing a Signed Key Response (SKR), * determining which DNSKEY, CDS, CDNSKEY and corresponding signatures * should be published at a given time. It is based on terminology used in - * https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt + * https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt */ #include