You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove multicast IP prefixes (RFCs 3171 & 4291) from the hardcoded list
of reserved addresses in the `iana` package.
These prefixes are not listed in IANA's Special-Purpose Address
Registries or otherwise forbidden by the Baseline Requirements, so
hardcoding them in Boulder probably isn't appropriate.
Instead, operators can configure them in `AdminBlockedPrefixes` to
prevent their use as identifiers. For Let's Encrypt, this has been done
in IN-11854. They can also use their resolvers' configuration (e.g.
Unbound's `private-address` and `do-not-query-address` directives) to
exclude them from DNS query results. For Let's Encrypt, this has been
done for a long time (since before the current config's first blame).
Part of #8237
0 commit comments