Skip to content

Releases: mageddo/dns-proxy-server

5.6.1-snapshot

24 Dec 00:46
b28b98e

Choose a tag to compare

5.6.1-snapshot Pre-release
Pre-release

5.6.1

  • Fixing Getting NXDOMAIN when not expected, see #668.

5.6.0-snapshot

19 Dec 18:11
e6785a6

Choose a tag to compare

5.6.0-snapshot Pre-release
Pre-release

5.6.0

  • Releasing JRE Docker Image Version
  • Enabling DPS to run on any JRE 21+
  • Fixing IPV6 query answers which could fail in some cases by UDP interface issues
  • UDP Server: Stopped trying to bind to link local interfaces
  • Defining 0.0.0.0 as the default host for DNS server
  • Option to customize the DNS host, see the docs

5.5.1-snapshot

19 Dec 15:25
bfbc859

Choose a tag to compare

5.5.1-snapshot Pre-release
Pre-release

5.5.1

  • Releasing JRE Docker Image Version
  • Enabling DPS to run on any JRE 21+
  • Fixing IPV6 query answers which could fail in some cases by UDP interface issues

5.5.0-snapshot

19 Dec 13:51
90b83c0

Choose a tag to compare

5.5.0-snapshot Pre-release
Pre-release

5.5.0

  • Releasing JRE Docker Image Version
  • Enabling DPS to run on any JRE 21+

5.4.0-snapshot

19 Dec 13:13
0e1e31e

Choose a tag to compare

5.4.0-snapshot Pre-release
Pre-release

5.4.0

  • Releasing JRE Docker Image Version

5.3.0-snapshot

17 Dec 22:30
db2cc0a

Choose a tag to compare

5.3.0-snapshot Pre-release
Pre-release

5.3.0

  • Docker Solver: Specify Preferred Networks to use when solving container IP #662

5.2.0-snapshot

17 Dec 21:25
d22fbbf

Choose a tag to compare

5.2.0-snapshot Pre-release
Pre-release

5.2.0

Docker Solver

  • Fixing DPS Docker Network IP Range
  • Created option to customize the docker network

Breaking Changes

  • Changed default DPS Network IP settings as the actual are not being accepted by docker

New Settings

---
- subNet: 172.20.0.0/16
  ipRange: 172.20.5.0/24
  gateway: 172.20.5.1
- subNet: fc00:5c6f:db50::/64
  gateway: fc00:5c6f:db50::1

5.1.3-snapshot

17 Dec 18:40
0bb60c3

Choose a tag to compare

5.1.3-snapshot Pre-release
Pre-release

5.1.3

  • Changed resolv.conf handling format to make it compatible with alpine linux see [#627].
  • Refactoring Linux amd64 static build to work on Github Actions
  • Creating the docs for config v3
  • Fixing Hostname Entry Update API
  • Fixing intermittent unit test
  • MutableConfigFileDAO: Caching queries

5.1.2-snapshot

17 Dec 18:11
6e5d6ad

Choose a tag to compare

5.1.2-snapshot Pre-release
Pre-release

5.1.2

  • Changed resolv.conf handling format to make it compatible with alpine linux see [#627].
  • Refactoring Linux amd64 static build to work on Github Actions
  • Creating the docs for config v3
  • Fixing Hostname Entry Update API
  • Fixing intermittent unit test

5.1.0-snapshot

17 Dec 17:05
f56e1e9

Choose a tag to compare

5.1.0-snapshot Pre-release
Pre-release

5.1.0

  • Changed resolv.conf handling format to make it compatible with alpine linux see [#627].
  • Refactoring Linux amd64 static build to work on Github Actions
  • Creating the docs for config v3
  • Fixing Hostname Entry Update API
  • Fixing intermittent unit test