AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Apache License 2.0
2.38k stars 246 forks source link

Quic-Go v0.42.0 breaks DNSProxy #387

Closed iJorgen closed 5 months ago

iJorgen commented 6 months ago

Changes in latest Quic-Go breaks DNSProxy when compiling.

# github.com/AdguardTeam/dnsproxy/proxy
proxy/server_quic.go:402:3: unknown field RequireAddressValidation in struct literal of type quic.Config
make: *** [Makefile:58: go-build] Error 1

Pretty big update since v0.41.0 was released two months ago. https://github.com/quic-go/quic-go/releases/tag/v0.42.0

iJorgen commented 5 months ago

Fixed in DNSProxy v0.69.0. Great work team! :-)