Implement PowerDNS provider #1

Open
jjkiers wants to merge 2 commits from powerdns into master
jjkiers commented 2026-04-14 17:18:32 +00:00 (Migrated from code.kiers.eu)

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.
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 switch powerdns

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff powerdns
git switch powerdns
git rebase master
git switch master
git merge --ff-only powerdns
git switch powerdns
git rebase master
git switch master
git merge --no-ff powerdns
git switch master
git merge --squash powerdns
git switch master
git merge --ff-only powerdns
git switch master
git merge powerdns
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jjkiers/cloudron-box!1
No description provided.