Releases: mageddo/dns-proxy-server
Releases · mageddo/dns-proxy-server
3.3.0-beta
3.3.0-beta
MG_RESOLVCONF will now accept more than one value
They will separate by comma , DPS will look for each value, try to use it and stops when finds a valid value, some path which is able to configure (an existing path, with the right read and write permissions and parseable by DPS)
The default value of MG_RESOLVCONF was changed to
/host/etc/resolv.conf,/etc/resolv.conf
3.2.5-beta
3.2.5-beta
- Be able to run in docker container in network host mode
- When finding network by name must find with the exact name
3.2.4-beta
3.2.3-beta
- Fixed docker container wasn't solving from env when the names weren't separated by
,
(spaces before and after the comma were needed)
3.2.3-beta
3.2.3-beta
- Fixed docker container wasn't solving from env when the names weren't separated by
,
(spaces before and after the comma were needed)
3.2.2-beta
3.2.2-beta
- Fixed DPS container was connecting to DPS network with wrong IP
3.2.1-beta
3.2.1-beta
- Respecting OS to configure as default DNS
- Other minor fixes
3.2.0-beta
3.2.0-beta
- Better error treating and log formatting
- TCP Server: Ensure will read the header before go to next step
3.1.7-beta
3.1.7-beta
- TCP Server Partially message read fix, fixing
status=headerMsgSizeDifferentFromReadBytes!
message
3.1.6-beta
3.1.6-beta
- Work only with up interfaces
- Re-activate loopback interfaces
3.1.5-beta
3.1.5-beta
- Fixing UDP binding server to any interface on the machine wasn't working for some clients