boulder icon indicating copy to clipboard operation
boulder copied to clipboard

va: Check for reserved IP addresses at dialer creation

Open jprenken opened this issue 1 year ago • 0 comments

We currently disallow connections to reserved IP addresses by excluding them from DNS lookup results in bdns.LookupHost, and (as of #8020) checking bare IP address redirect targets in HTTP-01. When we start issuing to IP address identifiers, we will check this within policy (probably as part of #7995).

Because we're growing so many new entry points to handling IP addresses, and this would be easy to forget, we should add backstop checks wherever we create a dialer.

jprenken avatar Mar 05 '25 03:03 jprenken