Skip to content

Feature request: PowerDNS-Admin #518

@bohemtucsok

Description

@bohemtucsok

Hello

We really like this program, it makes our lives a lot easier :)

Thanks for :)

The question would be who could make up the current list of providers with PowerDNS-Admin as a whole.

Powerdns can be updated with a simple curl call

a simple working example:

curl -H 'Content-Type: application/json' -X PATCH --data '{"rrsets": [ {"name": "xxxx.DOMAIN.COM.", "type": "A", "ttl": 86400, "changetype": "REPLACE", "records": [ {"content": "1.1.1.1", "disabled": false, "name": "xxxx.DOMAIN.COM.", "ttl": 86400, "type": "A"}]}]}' -H 'X-API-Key: WDVaRHNxxxxxxxxx' https://POWERDNS-ADMIN-WEB.COM/api/v1/servers/localhost/zones/DOMAIN.COM | jq .

there could be a way for this to be included among the service providers.

I can help with testing

:)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions