caddy
caddy copied to clipboard
Migrate to `netip.Addr` type
We can migrate to the new IP address type which should bring some performance and code quality improvements https://tip.golang.org/doc/go1.18#netip
We don't need this right away though, and may be a breaking change for certain Caddy APIs and config. Needs research and care.
I added some changes in #4966. Sorry for the double pull requests, #4965 is to trash. It will be great if somebody check on it because there is one job failed and I don't know why.
@WilczynskiT Thanks for the PR!