Breaking Changes
-
Go 1.16 is now required.
-
People who use the
dnsproxy
packages to build DNS servers that serve DNS-over-HTTPS with an HTTP proxy in front of it must set the newproxy.Config.TrustedProxies
field to make sure that their servers keep working with the proxies.
Fixed
- The original IP of the user is now set correctly when using DoH behind an HTTP proxy when the new
proxy.Config.TrustedProxies
field is set appropriately.