Technitium DNS Server v9.0 Release Notes
-
๐ Release Date: 24 September 2022
- โ Added multi-user role based access support. This allows creating multiple users and multiple role based groups with permission based access controls.
- โ Added support for non-expiring API tokens to use with automation scripts.
- โ Added zone level permissions support to allow access only to selected users or group members.
- โก๏ธ User profile options available to update each user's session timeout values.
- ๐ HTTP API: The API has been updated extensively keeping backward compatibility. Any implementation that uses the API must test with new update before deploying to production. Using the non-expiring API tokens is recommended.
- โก๏ธ Updated Conditional Forwarder zones to support APP records to allow using DNS Apps in these zones.
- โก๏ธ Option added in Settings to stop block list URL automatic update.
- ๐ DNS Apps: There is a breaking change in the IDnsAppRecordRequestHandler.ProcessRequestAsync() method. If you have any custom DNS app deployed, you need to recompile it with the latest DnsServerCore.ApplicationCommon.dll before updating to this new release.
- โก๏ธ DNS Apps now support automatic updates. The DNS server will check for updates and install them automatically every 24 hours.
- ๐ง Split Horizon App: Added feature to configure collection of networks to use with APP record data.
- Wild IP App: Added new DNS App that returns a response A or AAAA queries with the IP address that is embedded in the subdomain name of the query. This app works similar to sslip.io.
- ๐ Fixed minor issues in DNSSEC validation for DNAME responses and for wildcard NO DATA responses.
- โก๏ธ DHCP scopes now support updating DNS records in both Primary and Forwarder zones.
- ๐ DHCP scopes now support blocking dynamic allocations to devices with locally administered MAC address.
- ๐ Multiple other minor bug fixes and improvements.