mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 01:38:17 -04:00
[PR #947] feat(provider): add support for NextDNS #914
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/947
Author: @hieunlt
Created: 2/27/2025
Status: 🔄 Open
Base:
master← Head:feature/nextdns-support📝 Commits (1)
c023120Add support for NextDNS📊 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.