Skip to content

Releases: janeczku/go-dnsmasq

1.0.7

02 Oct 20:05
Compare
Choose a tag to compare

Changes:

  • Fixes issue after unclean application exit (#18)

1.0.6

06 Jun 22:04
Compare
Choose a tag to compare

Changes:

  • Fixes append-search-domains flag behavior (janeczku/docker-alpine-kubernetes#9)
  • Adds support for specifying multiple nameservers for a single stub zone
  • Improves verbose logging of recursive lookups

1.0.5

05 Apr 23:48
Compare
Choose a tag to compare

Changes:

  • Adds support for multiple stub zones
  • Refactor of recursion/search code (replicates behavior of resolv.conf ndots option, fixes unnessary queries when searching)
  • Fixes parsing IPv6 literal addresses in CLI flags
  • Adds new flag "--fwd-ndots" replacing "--ndots"; defaults to 0
  • Adds new flag "--ndots" to override ndots value from resolv.conf

1.0.4

28 Mar 22:30
Compare
Choose a tag to compare

Changes:

  • Fix #7 multiple comments in resolv.conf
  • Enable timestamps in console log output

1.0.3

24 Mar 21:18
Compare
Choose a tag to compare

Changes:

  • Allow setting minimum number of labels required for forwarding (3387d5c)

1.0.2

12 Mar 16:24
Compare
Choose a tag to compare

Changes:

  • Added support for defining wildcard domains in hosts file (thanks @titpetric)

1.0.1

06 Mar 00:06
Compare
Choose a tag to compare

Minor fixes:

  • Correct spelling in command line help strings
  • Make error messages more informative
  • When forwarding is prohibited return REFUSED instead of SERVFAIL

1.0.0

17 Feb 06:55
Compare
Choose a tag to compare

Changes:

  • Log to Stdout
  • Minor fixes

0.9.9

12 Feb 23:31
Compare
Choose a tag to compare
Changes
  • Fix: Use search when name matches a stub-zone
  • Other: Allow single-label domain names in search and stub-zone parameter

0.9.8

19 Oct 05:20
Compare
Choose a tag to compare
Changes
  • Fixed: runtime error in minimal version