-
-
Notifications
You must be signed in to change notification settings - Fork 258
Feature request: PowerDNS-Admin #518
Copy link
Copy link
Open
Labels
Category: Motivated! 🙌Your pumpness makes me pumped! The issue or PR shows great motivation!Your pumpness makes me pumped! The issue or PR shows great motivation!Category: New provider 🆕
Description
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
:)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Category: Motivated! 🙌Your pumpness makes me pumped! The issue or PR shows great motivation!Your pumpness makes me pumped! The issue or PR shows great motivation!Category: New provider 🆕