Skip to content

Commit

Permalink
bdns: small typo fix in comment (#7644)
Browse files Browse the repository at this point in the history
  • Loading branch information
romuald authored Aug 5, 2024
1 parent 123a5ea commit 046efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdns/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var (
parseCidr("fc00::/7", "RFC 4193: Unique-Local"),
parseCidr("fe80::/10", "RFC 4291: Section 2.5.6 Link-Scoped Unicast"),
parseCidr("ff00::/8", "RFC 4291: Section 2.7"),
// We disable validations to IPs under the 6to4 anycase prefix because
// We disable validations to IPs under the 6to4 anycast prefix because
// there's too much risk of a malicious actor advertising the prefix and
// answering validations for a 6to4 host they do not control.
// https://community.letsencrypt.org/t/problems-validating-ipv6-against-host-running-6to4/18312/9
Expand Down

0 comments on commit 046efe6

Please sign in to comment.