Releases: AdguardTeam/dnsproxy
Releases · AdguardTeam/dnsproxy
v0.9.10
- [Fixed] DNS-over-TLS upstream fails randomly: #3
- [Fixed] Crash on a request with invalid number of questions: #4
- [Fixed] Cloudflare DoH server fails bug: #5
v0.9.9
Fix data race in ratelimit.go
v0.9.7
Added helper functions to the mobile API (TestUpstream and ParseDNSStamp)
It now accepts stamps for DOT or plain DNS
v0.9.5
Fixed timeout behavior. In the previous versions, timeout==0
could mean different things for DNSCrypt upstream and other upstreams. Now it means infinite timeout for every type of upstream.
v0.9.4
Added mobile API for gomobile bind
Added Android AAR build
Added travis deploy script
v0.9.3
update dnscrypt dependency, fix gomobile bind
v0.9.2
Added fallback resolver, made timeout configurable, prepared to gomobile
v0.9.1
Fixed issues discovered while integrating dnsproxy
into AG Home