Skip to content

Commit f408daa

Browse files
Remove quotes and link to RFC Editor as per Style Guide
1 parent 356c339 commit f408daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/dns/dnssec/enable-nsec3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { APIRequest } from "~/components";
1010

11-
As explained in [our blog](https://blog.cloudflare.com/black-lies/), Cloudflare's implementation of negative answers with NSEC is protected against zone walking[^1]. This implementation, also referred to as "Compact Denial of Existance" ([RFC 9824](https://datatracker.ietf.org/doc/rfc9824/)), removes the need for NSEC3 and is significantly more efficient.
11+
As explained in [our blog](https://blog.cloudflare.com/black-lies/), Cloudflare's implementation of negative answers with NSEC is protected against zone walking[^1]. This implementation, also referred to as Compact Denial of Existance ([RFC 9824](https://www.rfc-editor.org/rfc/rfc9824.html)), removes the need for NSEC3 and is significantly more efficient.
1212

1313
However, if you must use NSEC3 for compliance reasons, you can enable it as explained below.
1414

0 commit comments

Comments
 (0)