v0.15
Features:
- Enable compression for DNS response (#205)
- Configuration for listening IP for HTTP/HTTPS listener (#221)
- Enhanded configuration of prefetching (#211, #198)
- Enable wire format compression to support Android 9 DoH (#236)
Bugfixes
- set the truncated header when sending large responses via UDP (#205)
- If multiple whitelist-only groups are defined, blocking of not whitelisted domains does not work (#202)
Misc
- Updated dependencies and documentation
Changelog
dd69a3e #202: WhitelistOnly Fix for multiple entries (#199)
d8903bc #203: Added version to web interface. (#195)
301c8e4 #236: Enable wire format compression to support Android 9 DoH
9016fdb Bump github.com/miekg/dns from 1.1.41 to 1.1.42 (#208)
e3ca34a Bump github.com/miekg/dns from 1.1.42 to 1.1.43 (#220)
1d511a3 Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.2 (#201)
329e0eb Bump github.com/onsi/ginkgo from 1.16.2 to 1.16.4 (#217)
2abcf42 Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 (#204)
a63d937 Bump github.com/onsi/gomega from 1.12.0 to 1.13.0 (#214)
2a4af72 Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 (#230)
c3bf99b Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0 (#218)
b8aae26 Bump github.com/spf13/cobra from 1.1.3 to 1.2.0 (#227)
fdbb87a Bump github.com/spf13/cobra from 1.2.0 to 1.2.1 (#229)
fb26cb7 Fix "misuse of unbuffered os.Signal channel as argument to signal.Notify (govet)" (#215)
3770dd9 Make prefetch fully configurable (#198)
30ce749 Make the number of cached domains configurable (#211)
447821f Unable to set IP for http/https port (#221) (#226)
facdc89 Update configuration.md (#219)
6a4537b Update installation doc with change of depreacted externalResolvers (#224)
59ec29b fix lint warning
93d3c92 fixed golangci-lint warnings
a896042 go mod tidy
66570fd note how to listen on a specific IP (#197)
114171a set the truncated header when sending large responses via UDP and enable compression #205