Skip to content

v3.7.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@edmondas edmondas released this 04 Nov 07:00
· 192 commits to master since this release
  • Implemented DNSSEC over API in its initial version
  • Hooks (plugins) were removed
  • Handling of LDAP users has been improved

Configure DNSSEC over API by adding this kind of configuration:

$pdnssec_use = true;
$pdns_api_url = 'http://127.0.0.1:8081'; // Replace the PowerDNS API URL with your own
$pdns_api_key = '65b5dea9-dcfd-4a81-89dd-9f7a1afb0f10'; // Enter your API key here.

Full Changelog: v3.6.1...v3.7.0-alpha.1