Releases: leiless/dnsredir
v0.1.0 - Fix "spray" infinite retry
v0.0.9: Fix inappropriate `http.Client` timeout
[email protected]: Add `ExecStop`
v0.0.8: Apple Silicon support; Fix Corefile parse error
Try CoreDNS + dnsredir with sample Corefile.
Found a bug? please issue a bug report.
see:
https://github.com/leiless/dnsredir/actions/runs/686363073
v0.0.7 - Fix t.cn redirection
Try CoreDNS + dnsredir with sample Corefile.
Found a bug? please issue a bug report.
see:
https://github.com/leiless/dnsredir/actions/runs/505080744
v0.0.6 - macOS pf support
- Exclusive macOS pf support, now you can add IPv4/IPv6 addresses to pf tables.
Try CoreDNS + dnsredir with sample Corefile.
Found a bug? please issue a bug report.
shasum256
33d5773c7c139d132c1111a4f9afb0d25a5736e79ca15b8b3ea982eaca4a7888 coredns_dnsredir-darwin-amd64-debug.zip
a48f70e83eeac01cccaff77039636649df5a776c553e356119b738549e8ea8ac coredns_dnsredir-darwin-amd64.zip
f5ff1102f716d6777ce9ca39334fcf836a7bc2423ac35e01277813428ade484c coredns_dnsredir-linux-amd64-debug.zip
e46f0a6720e798df88fb0ef51724e5ed77e196ba1380b8445b007ba2c523cc4c coredns_dnsredir-linux-amd64.zip
9b341301594cea905ffcd509c9206290e54cab28d503b220cf85835dfdc22029 coredns_dnsredir-linux-arm64.zip
21cc22e0879ca9250f69032211936bcaf781e78ad50b8bc09db29cff2d97610b coredns_dnsredir-windows-amd64.zip
see: https://github.com/leiless/dnsredir/actions/runs/340259113
v0.0.5 - 🥳 Initial stable release
- Add Punycode support
- Fix t.cn not redirecting problem
- Other minor bug fixes
Try CoreDNS + dnsredir with sample Corefile.
Found a bug? please issue a bug report.
v0.0.1-rc4
- Add
bootstrap
,no_ipv6
option todnsredir
- Add
ipset
support todnsredir
- Experimental
DNS-over-HTTPS
support - Various bug fixes
For more information, please check the changes between this tag and the previous tag.
Found a bug? please issue a bug report.
Try dnsredir
with a sample Corefile
.
v0.0.1-rc3: .drone.yml: Fix typo error
Major changes:
- Added Prometheus metrics
- Remove
force_tcp
,prefer_udp
option, you can now usedns://
,udp://
,tcp://
directly.
For more information, please check the changes between this tag and the previous tag.
Found a bug? please issue a bug report.
Support URL as FORM...
Shorten write/read timeout in UpstreamHost.Exchange() Don't misuse with defaultTimeout, it's a global one. Since the dial already done, write/read should be fast.
Initial coredns_dnsredir release(unstable)
Found a bug? please issue a bug report.
NOTE: linux-amd64
enabled cgo and built with -race
option