Releases: stackia/DNSAgent
Releases · stackia/DNSAgent
v1.6.5781
- Add support for HttpDNS.
- Allow to use regex group match result in rules.cfg "Address" field.
v1.5.5776
- Support binding on multiple IP endpoints. You can now use comma separated list with "ListenOn" in
options.cfg
. e.g."ListenOn": "127.0.0.1:53, [::1]"
v1.4.5771
- Support using hostname in rule "Address" field.
v1.3.5725
- Fix a bug that causes rule level NameServer override stop working.
v1.3.5646
- Minor fix on cache policy (no longer cache TSIG records).
v1.3.5632
- Add local cache with customizable TTL settings.
- Support source IP filting.
- Prompt "Press any key to continue..." before quit.
- More detailed logging.
v1.2.5555
- Add an icon to task tray.
- Add option 'HideOnStart'.
- Change program icon.
- Use only one UDP transport to forward requests.
- No longer send SERVFAIL on query timeout. We assume that the client can properly handle timeout scenario.
- Improve IO performance.
v1.1.5553
- Support working as a Windows service (Install.bat and Uninstall.bat).
v1.0.5545
- Add support for compression pointer mutation.
- Add support for custom name server port.
- Add an options.cfg file.
- Add query timeout option.
- More logging info.
- "Press R to reload configurations without restart this program."