| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-11-04 | 499 Bytes | |
| v3.7.0-alpha.1 source code.tar.gz | 2023-11-04 | 10.9 MB | |
| v3.7.0-alpha.1 source code.zip | 2023-11-04 | 13.4 MB | |
| Totals: 3 Items | 24.3 MB | 0 | |
- 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: https://github.com/poweradmin/poweradmin/compare/v3.6.1...v3.7.0-alpha.1