Releases: mageddo/dns-proxy-server
Releases · mageddo/dns-proxy-server
3.1.4-beta
3.1.4-beta
- Binding UDP server to any interface on the machine
- Fallback to 127.0.0.1 interface when the real one is missing
3.1.3-beta
3.1.3-beta
- Doc adjustments
- Fixing doc broken pages due hugo previous upgrade
- Fixing docker container wildcard solving
- Prioritize to solve bridge networks over overlay ones
3.1.2-beta
3.1.2-beta
DPS 3 - Minor fixes
- Timed out remote servers responses are being cached, it cant happen, when its a timeout cant cache but when the record really dont exists, like AAAA for bookmarks.mageddo.com must cache.
- Must read conf from dps binary path not the current os path where dps was called
- Log level not being respected, at least no when running in native image binary
- Removed quarkus splash logo
3.1.1-beta
3.1.1-beta
- Fixing reponse warning
;; Warning: query response not set
3.1.0-beta
3.1.0-beta
- TCP Protocol support
3.0.4-beta
3.0.4-beta
- Generating new distributions binaries
- aarch64 aside docker image
- uber jar, target jvm = 17 for now
3.0.3-beta
3.0.2-beta
- Fixed home page was pointing to wrong place
3.0.2-beta
3.0.2-beta
- Fixed home page was pointing to wrong place
3.0.1-beta
3.0.1-beta
- DPS has your code totally refactored by maintaining the previous features, it's a structuring for new features
See details at DNS Proxy Server 3 #267