Skip to content

Releases: leiless/dnsredir

v0.1.0 - Fix "spray" infinite retry

05 Jan 06:42
Compare
Choose a tag to compare

v0.0.9: Fix inappropriate `http.Client` timeout

28 Oct 10:24
Compare
Choose a tag to compare

v0.0.8: Apple Silicon support; Fix Corefile parse error

25 Mar 11:38
Compare
Choose a tag to compare

v0.0.7 - Fix t.cn redirection

23 Jan 02:19
Compare
Choose a tag to compare

v0.0.6 - macOS pf support

01 Nov 13:37
Compare
Choose a tag to compare
  • 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

15 Sep 13:36
Compare
Choose a tag to compare
  • 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

19 Apr 02:17
Compare
Choose a tag to compare
  • Add bootstrap, no_ipv6 option to dnsredir
  • Add ipset support to dnsredir
  • 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

04 Apr 13:25
Compare
Choose a tag to compare
Pre-release

Major changes:

  • Added Prometheus metrics
  • Remove force_tcp, prefer_udp option, you can now use dns://, 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...

22 Mar 02:40
Compare
Choose a tag to compare
Pre-release
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)

17 Mar 01:58
Compare
Choose a tag to compare

Found a bug? please issue a bug report.
NOTE: linux-amd64 enabled cgo and built with -race option