You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: If that option is enabled and zone doesn't exist, previous version(sry don't remember which combination of opera DNS and PowerDNS worked) just sent warning about reverse not existing (which is fine, we don't own reverse for all records we need to set), new version doesn't allow to change
version 0.2.7
response from PowerDNS:
curl -H"X-API-Key: xyz" http://127.0.1.3:8001/api/v1/servers/localhost/zones/in-addr.arpa. -I
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Connection: close
Content-Type: text/plain; charset=utf-8
Server: PowerDNS/4.4.1
Works when the PTR Zone is created in PowerDNS.
Other workaround is probably to disable the auto-creation of PTR records by setting autocreate_reverse_records = 0 in config.ini, as @XANi mentioned, but haven't tested this.
Problem: If that option is enabled and zone doesn't exist, previous version(sry don't remember which combination of opera DNS and PowerDNS worked) just sent warning about reverse not existing (which is fine, we don't own reverse for all records we need to set), new version doesn't allow to change
version 0.2.7
response from PowerDNS:
https://doc.powerdns.com/authoritative/http-api/zone.html
The response in JSON from ODNS isn't very helpful either:
stack trace:
The text was updated successfully, but these errors were encountered: