Releases: mageddo/dns-proxy-server
Releases · mageddo/dns-proxy-server
5.6.1-snapshot
5.6.1
- Fixing Getting NXDOMAIN when not expected, see #668.
5.6.0-snapshot
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.0as the default host for DNS server - Option to customize the DNS host, see the docs
5.5.1-snapshot
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
5.5.0
- Releasing JRE Docker Image Version
- Enabling DPS to run on any JRE 21+
5.4.0-snapshot
5.4.0
- Releasing JRE Docker Image Version
5.3.0-snapshot
5.3.0
- Docker Solver: Specify Preferred Networks to use when solving container IP #662
5.2.0-snapshot
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::15.1.3-snapshot
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
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
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