[PR #947] feat(provider): add support for NextDNS #914

Open
opened 2025-11-20 04:26:31 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/947
Author: @hieunlt
Created: 2/27/2025
Status: 🔄 Open

Base: masterHead: feature/nextdns-support


📝 Commits (1)

📊 Changes

4 files changed (+189 additions, -0 deletions)

View changed files

docs/nextdns.md (+40 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/nextdns/provider.go (+144 -0)

📄 Description

Adds support for NextDNS, resolves https://github.com/qdm12/ddns-updater/issues/321


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/947 **Author:** [@hieunlt](https://github.com/hieunlt) **Created:** 2/27/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/nextdns-support` --- ### 📝 Commits (1) - [`c023120`](https://github.com/qdm12/ddns-updater/commit/c023120a665026c46c94818c9cc708715bc00b2c) Add support for NextDNS ### 📊 Changes **4 files changed** (+189 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/nextdns.md` (+40 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/nextdns/provider.go` (+144 -0) </details> ### 📄 Description Adds support for [NextDNS](https://nextdns.io/), resolves https://github.com/qdm12/ddns-updater/issues/321 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#914