[PR #56] [MERGED] DynDNS Support #599

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/56
Author: @qdm12
Created: 5/10/2020
Status: Merged
Merged: 8/19/2020
Merged by: @qdm12

Base: masterHead: dyn


📝 Commits (10+)

📊 Changes

10 files changed (+160 additions, -13 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug.md (+1 -0)
📝 .github/ISSUE_TEMPLATE/help.md (+1 -0)
📝 .golangci.yml (+0 -3)
📝 Dockerfile (+3 -3)
📝 README.md (+12 -4)
📝 go.mod (+1 -1)
📝 internal/constants/providers.go (+2 -0)
📝 internal/constants/splash.go (+2 -2)
📝 internal/params/json.go (+2 -0)
internal/settings/dyn.go (+136 -0)

📄 Description

Refers to #55


🔄 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/56 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 5/10/2020 **Status:** ✅ Merged **Merged:** 8/19/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `dyn` --- ### 📝 Commits (10+) - [`c7d1f6b`](https://github.com/qdm12/ddns-updater/commit/c7d1f6bc425d648a2dac0a92477328af18ae52f1) Dyn DNS constants - [`08fe7ca`](https://github.com/qdm12/ddns-updater/commit/08fe7caa9c2b1422409910ea386c0cf699ddc457) WIP - [`167cb67`](https://github.com/qdm12/ddns-updater/commit/167cb675de9b6276f35d97f95b641372c67fa554) Merge branch 'master' into dyn - [`2b05642`](https://github.com/qdm12/ddns-updater/commit/2b056426c7d29806f30d9de9062cd2c2850f6e18) Add constants and settings checks for dyndns - [`4ce9c17`](https://github.com/qdm12/ddns-updater/commit/4ce9c17964f4439dd441442af04a47396aa556fa) Using simpler url for dyndns api - [`7d850d9`](https://github.com/qdm12/ddns-updater/commit/7d850d96d0246427cbe8969231fcc8d1ccb2fd4a) Merge branch 'master' into dyn - [`0c779c3`](https://github.com/qdm12/ddns-updater/commit/0c779c396679d25967cc269c738a8d30738241c2) WIP - [`81aded7`](https://github.com/qdm12/ddns-updater/commit/81aded79841a979508e8f78d4e6e6b93dde10fb4) Merge branch 'master' into dyn - [`22a273e`](https://github.com/qdm12/ddns-updater/commit/22a273e8f5b4e3c413309e09c22dd947ed635e48) Minor fixes - [`e4f7a41`](https://github.com/qdm12/ddns-updater/commit/e4f7a41404f3036d06c8d2d4d7de60ef716f0c0e) Merge branch 'master' into dyn ### 📊 Changes **10 files changed** (+160 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug.md` (+1 -0) 📝 `.github/ISSUE_TEMPLATE/help.md` (+1 -0) 📝 `.golangci.yml` (+0 -3) 📝 `Dockerfile` (+3 -3) 📝 `README.md` (+12 -4) 📝 `go.mod` (+1 -1) 📝 `internal/constants/providers.go` (+2 -0) 📝 `internal/constants/splash.go` (+2 -2) 📝 `internal/params/json.go` (+2 -0) ➕ `internal/settings/dyn.go` (+136 -0) </details> ### 📄 Description Refers to #55 --- <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:23 -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#599