Implement PowerDNS provider #1

Open
jjkiers wants to merge 2 commits from powerdns into master
Owner

This PR implements the PowerDNS DNS provider as outlined in PLAN.md.

Changes include:

  • Added PowerDNS to Domain model and provider forms.
  • Implemented PowerDNS driver in src/dns/powerdns.js using the Authoritative Server REST API.
  • Added unit tests in src/test/dns-providers-test.js.

Contributed by OpenHands.

This PR implements the PowerDNS DNS provider as outlined in PLAN.md. Changes include: - Added PowerDNS to Domain model and provider forms. - Implemented PowerDNS driver in src/dns/powerdns.js using the Authoritative Server REST API. - Added unit tests in src/test/dns-providers-test.js. Contributed by OpenHands.
jjkiers added 2 commits 2026-04-14 17:18:33 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin powerdns:powerdns
git checkout powerdns
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jjkiers/cloudron-box#1