[PR #40] [MERGED] Support for DDNSS.de #591

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/40
Author: @qdm12
Created: 3/1/2020
Status: Merged
Merged: 3/7/2020
Merged by: @qdm12

Base: masterHead: ddnss.de


📝 Commits (6)

  • 1b02461 Support for DDNSS.de
  • ec36c96 Possible errors from ddnss.de treated
  • f28e84c Merge branch 'master' into ddnss.de
  • 535de6b Fix ddnss.de html links
  • efd5962 Fix naming merge conflicts
  • 1b9de16 Finalized updateDDNSS funtion

📊 Changes

9 files changed (+89 additions, -8 deletions)

View changed files

📝 README.md (+8 -1)
📝 internal/constants/html.go (+3 -2)
📝 internal/constants/providers.go (+2 -0)
📝 internal/constants/splash.go (+2 -2)
📝 internal/html/html.go (+2 -0)
📝 internal/models/settings.go (+2 -2)
📝 internal/params/consistency.go (+10 -1)
internal/update/ddnss.go (+51 -0)
📝 internal/update/update.go (+9 -0)

📄 Description

No description provided


🔄 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/40 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 3/1/2020 **Status:** ✅ Merged **Merged:** 3/7/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `ddnss.de` --- ### 📝 Commits (6) - [`1b02461`](https://github.com/qdm12/ddns-updater/commit/1b024616efd88c184e8508adf65cc0e5abae92cf) Support for DDNSS.de - [`ec36c96`](https://github.com/qdm12/ddns-updater/commit/ec36c9658d7592291670265cbd7f1553ec8fa2c0) Possible errors from ddnss.de treated - [`f28e84c`](https://github.com/qdm12/ddns-updater/commit/f28e84c0501f39f9a65ddb4983e549f01ec8b3a4) Merge branch 'master' into ddnss.de - [`535de6b`](https://github.com/qdm12/ddns-updater/commit/535de6b36a846236820c49edd5c2ee054fe7c62f) Fix ddnss.de html links - [`efd5962`](https://github.com/qdm12/ddns-updater/commit/efd59626be21ea4ab9a28e809baed30080afa911) Fix naming merge conflicts - [`1b9de16`](https://github.com/qdm12/ddns-updater/commit/1b9de165d227db1ef22069ea69dcf95e64971ae0) Finalized updateDDNSS funtion ### 📊 Changes **9 files changed** (+89 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -1) 📝 `internal/constants/html.go` (+3 -2) 📝 `internal/constants/providers.go` (+2 -0) 📝 `internal/constants/splash.go` (+2 -2) 📝 `internal/html/html.go` (+2 -0) 📝 `internal/models/settings.go` (+2 -2) 📝 `internal/params/consistency.go` (+10 -1) ➕ `internal/update/ddnss.go` (+51 -0) 📝 `internal/update/update.go` (+9 -0) </details> ### 📄 Description _No description provided_ --- <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:22 -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#591