[PR #480] [MERGED] feat: add support for easydns #713

Closed
opened 2025-11-20 04:25:48 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/480
Author: @charlydaily
Created: 6/6/2023
Status: Merged
Merged: 6/12/2023
Merged by: @qdm12

Base: masterHead: easydns


📝 Commits (6)

📊 Changes

6 files changed (+196 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
docs/easydns.md (+35 -0)
📝 internal/settings/constants/providers.go (+2 -0)
📝 internal/settings/errors/update.go (+1 -0)
internal/settings/providers/easydns/provider.go (+154 -0)
📝 internal/settings/settings.go (+3 -0)

📄 Description


🔄 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/480 **Author:** [@charlydaily](https://github.com/charlydaily) **Created:** 6/6/2023 **Status:** ✅ Merged **Merged:** 6/12/2023 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `easydns` --- ### 📝 Commits (6) - [`5d6a501`](https://github.com/qdm12/ddns-updater/commit/5d6a501819d1e12ba45ab771f3aa1d7b4c3258f0) feat: add support for easydns - [`e60ff35`](https://github.com/qdm12/ddns-updater/commit/e60ff358d1c88ec724564c26431e9b4d294170d9) Fix rebase conflicts - [`c55b062`](https://github.com/qdm12/ddns-updater/commit/c55b0627431202d79497a059645d268090e26972) Minor fixes - [`b4d2d98`](https://github.com/qdm12/ddns-updater/commit/b4d2d985ff3edf8107ba9e7429f40faf2f8eb5fd) Register easydns in code - [`a6adadc`](https://github.com/qdm12/ddns-updater/commit/a6adadc5c20a81e1637892639b02977d76cc52fc) Handle wildcard hosts - [`bcfb4a6`](https://github.com/qdm12/ddns-updater/commit/bcfb4a6d93ed7ae568cbb06ec9a56a449cac39d5) Document easydns in readme and docs/ ### 📊 Changes **6 files changed** (+196 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `docs/easydns.md` (+35 -0) 📝 `internal/settings/constants/providers.go` (+2 -0) 📝 `internal/settings/errors/update.go` (+1 -0) ➕ `internal/settings/providers/easydns/provider.go` (+154 -0) 📝 `internal/settings/settings.go` (+3 -0) </details> ### 📄 Description - Fixes #421 - Fixes #350 - Also fixes duplicate issues #459 and #479 --- <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:25:48 -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#713