Skip to content

Releases: domosekai/shdns

v0.9.0

01 Dec 07:49
Compare
Choose a tag to compare
Add credit

0.8.7

13 Mar 07:24
Compare
Choose a tag to compare
Fix for malformed message

0.8.6

22 Jan 07:10
Compare
Choose a tag to compare
Treat AAAA nil response as legal if authority is not empty

v0.8.5

20 Jan 16:45
Compare
Choose a tag to compare
Update IP data

v0.8.4

27 Apr 11:13
Compare
Choose a tag to compare
  • Disable UDP early close to avoid ICMP unreachable
  • Change default timeout to 3000 ms

v0.8.3

12 Oct 11:12
Compare
Choose a tag to compare
  • Show TXT, SRV, HTTPS records in verbose logging
  • Always verify NXDOMAIN with foreign nameservers

v0.8.2

07 Sep 14:04
Compare
Choose a tag to compare
  • Allow domestic answers with unmatched OPT section
  • Use CN IPv4 list from ipip

v0.8.1

20 Aug 13:59
Compare
Choose a tag to compare

Loosen restrictions on answers from foreign nameservers as some domains reply genuine but empty answer

v0.8.0

16 Aug 12:45
Compare
Choose a tag to compare

Major changes

  • For each DNS request, one goroutine is used to receive and parse answers from all servers, instead of firing one for each server. This improves efficiency.
  • -w option now works in non-trustworthy mode as well. Moreover, it does not always delay foreign answers to that amount of time. As long as there is any answer from domestic servers, foreign answers can be accepted.

v0.7.3

03 Jul 17:30
Compare
Choose a tag to compare
fix: domestic nameservers may return blank for AAAA query