powerdns-php
powerdns-php copied to clipboard
PowerDNS API PHP Client
## Description Add APIs for the /tsigkeys route: https://doc.powerdns.com/authoritative/http-api/tsigkey.html#tsigkey-endpoints More information about TSIG: https://doc.powerdns.com/authoritative/tsig.html ## Motivation and context TSIGKeys were not implemented ## How has this been tested? testing was...
**Describe the bug** Caddy with PowerDNS API for DNS ACME tries to remove the set record via the following PATCH request: ``` {"name":"","type":"Zone","rrsets":[{"name":"_acme-challenge.x.y.z.","type":"TXT","ttl":0,"changetype":"REPLACE","records":[],"comments":[]}],"nameservers":[]} ``` Here is the error from the...