Releases: AdguardTeam/dnsproxy
Releases · AdguardTeam/dnsproxy
0.11.2
0.11.1
0.11.0
0.10.1
- [Added]
--all-servers
command-line argument enables dnsmasq-like behavior: using parallel queries to speed up resolving by querying all upstream servers simultaneously: #17 - [Added] An option to capture panic stack trace on Android: #24
- [Fixed] Bootstrapper uses the first resolved IP only: #18
- [Fixed] TestUpstream is no more exported by gobind: #22
v0.10.0
v0.9.14
v0.9.13
v0.9.12
v0.9.11
- Added
DNS-over-HTTPS
server.dnsproxy
can now be used as aDNS-over-HTTPS
and/orDNS-over-TLS
server, check the examples here: https://github.com/AdguardTeam/dnsproxy#encrypted-dns-server - Updated dependencies and logging library
- Fixed an issue with handling truncated responses in the case of DNSCrypt and plain DNS upstreams: #6
- Travis now builds
dnsproxy
binaries for Linux/Mac/Win and attaches them to Github releases - Fixed Android library build issues with the latest NDK version