updated change log for v6.2 release

This commit is contained in:
Shreyas Zare
2021-04-11 21:17:03 +05:30
parent cbed1a7d81
commit 93b2bfb815

View File

@@ -1,5 +1,12 @@
# Technitium DNS Server Change Log
## Version 6.2
Release Date: 11 April 2021
- Fixed critical bug in block list condition check causing server to respond with `RCODE=Refused` when only using Blocked zone.
- Added option to respond with `RCODE=NxDomain` for blocked domains instead of returning `0.0.0.0` address.
- Renamed `NameError` to `NxDomain` to make the terminology clear that the domain does not exists. Dashboard API returns JSON with new terminology so its adviced to test your code before updating the server.
## Version 6.1
Release Date: 10 April 2021