pdnscontrol
pdnscontrol copied to clipboard
json management
Hello, I found this bug, it is probably because of changed behaviour of PowerDNS v4 API. This is in tag **last-3x-compat** https://github.com/PowerDNS/pdnscontrol/blob/last-3x-compat/pdnscontrol/static/js/controllers.zone.js#L248-L252 ``` // success. update local data from server...
Because reverse zone name is matched by string, domain ".i" (zone "i.") generates incorrect reverse zone name "XXXXn-addr.arpa". Zone name lookup is also broken and pdnscontrol tries to add a...
When we do a post request with a invalid url like it: ("myapp.com/servers/localhost/zonessssss") The return body is not a json, it is a plain text. Possible cause : https://github.com/PowerDNS/pdnscontrol/blob/966347f85cf127b8c51bbe939fbf0b15c39b5d23/pdnscontrol/__init__.py#L90
Hello! It's possible to proxy the username from Apache using REMOTE_USER (or SSL_CLIENT_S_DN_CN when using client certificates) and it would be great if pdnscontrol can support such authentication apart from...
I would like to be able to set some servers to read-only, this can be done at the pdns level with `experimental-api-readonly` or `api-readonly`, but not having the buttons and...
In https://github.com/PowerDNS/pdns/commit/6754ef7149d095bae8ed6a7d0a5485ad2e8359c9 we changed how records and rrsets are handled. Zone editing will most likely not work until this is addressed. See also #125 for related changes.
In https://github.com/PowerDNS/pdns/commit/1d6b70f9d72a2554b0be08d19f646ee3899d4225 dot handling was changed. Verify that pdnscontrol can cope with that.
Currently when you search with several thousand records, it stop showing the non-relevant results, but it doesn't recalculate the number of pages of results. This means sometimes you have to...