Releases: AdguardTeam/dnsproxy
Releases · AdguardTeam/dnsproxy
Release v0.81.3
Security
- Non-zero IDs are now set when using plain-DNS upstreams.
Release v0.81.2
Release v0.81.1
Fixed
- Requests for root domain (
.) incorrectly forwarded to unqualified-names-specific upstream, if configured inproxy.UpstreamConfig.
Release v0.81.0
Release v0.80.0
Added
-
The command-line flags
--doh-routes,--doh-insecure-enabled.
Removed
Release v0.79.0
Fixed
- Issue with QUIC buffers (#484).
Changed
-
package
handlerrenamed tomiddleware. -
proxy.RequestHandlerrenamed toproxy.Handler.
Added
-
ratelimitpackage. -
proxy.Middlewareinterface.
Removed
proxy.ResponseHandler,proxy.Config.ResponseHandler, and ratelimit configuration fields inproxy.Config.
Release v0.78.2
Changed
- The version of Go updated to
1.25.5.
Fixed
proxy.Config.CacheOptimisticAnswerTTLandproxy.Config.CacheOptimisticMaxAgewere not set to default values again.
Release v0.78.1
Fixed
proxy.Config.CacheOptimisticAnswerTTLandproxy.Config.CacheOptimisticMaxAgewere not set to default values, as documented.
Release v0.78.0
Added
proxy.Config.CacheOptimisticAnswerTTLandproxy.Config.CacheOptimisticMaxAgefields to control the behavior of the optimistic cache.
Changed
upstream.QUICTraceFuncis nowupstream.QUICTracer.
Release v0.77.0
Changed
- The function
upstream.NewDefaultHostsResolvernow expectscontext.Context. - The version of Go updated to
1.25.2.