Skip to content

Releases: AdguardTeam/dnsproxy

v0.9.10

04 Jan 16:58
Compare
Choose a tag to compare
  • [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

29 Dec 16:24
Compare
Choose a tag to compare

Fix data race in ratelimit.go

v0.9.8

29 Dec 14:02
Compare
Choose a tag to compare

Added helper functions to the mobile API (TestUpstream and ParseDNSStamp)
It now accepts stamps for DOT or plain DNS

See helper functions definitions here:
https://github.com/AdguardTeam/dnsproxy/blob/master/mobile/helpers.go

v0.9.7

29 Dec 13:34
Compare
Choose a tag to compare

Added helper functions to the mobile API (TestUpstream and ParseDNSStamp)
It now accepts stamps for DOT or plain DNS

v0.9.6

27 Dec 11:57
Compare
Choose a tag to compare

Added iOS library build

v0.9.5

27 Dec 08:37
Compare
Choose a tag to compare

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

26 Dec 17:22
Compare
Choose a tag to compare

Added mobile API for gomobile bind
Added Android AAR build
Added travis deploy script

v0.9.3

24 Dec 22:53
Compare
Choose a tag to compare

update dnscrypt dependency, fix gomobile bind

v0.9.2

24 Dec 21:06
Compare
Choose a tag to compare

Added fallback resolver, made timeout configurable, prepared to gomobile

v0.9.1

24 Dec 15:38
Compare
Choose a tag to compare

Fixed issues discovered while integrating dnsproxy into AG Home