[PR #496] [MERGED] feat(provider): add suport for deSEC #716

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/496
Author: @biochron
Created: 6/24/2023
Status: Merged
Merged: 6/30/2023
Merged by: @qdm12

Base: masterHead: master


📝 Commits (8)

  • d2bef95 feat(provider): add suport for deSEC
  • 080ed28 Update docs/desec.md
  • 2f6e16e Update internal/provider/providers/desec/provider.go
  • a9bef04 Update internal/provider/providers/desec/provider.go
  • 2f2f7b9 Update docs/desec.md
  • b1797ab fix deSec error handling
  • a67fc00 Update internal/provider/providers/desec/provider.go
  • 542f96c Update docs/desec.md

📊 Changes

5 files changed (+191 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/desec.md (+35 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/desec/provider.go (+149 -0)

📄 Description

Fixes #475


🔄 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/496 **Author:** [@biochron](https://github.com/biochron) **Created:** 6/24/2023 **Status:** ✅ Merged **Merged:** 6/30/2023 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`d2bef95`](https://github.com/qdm12/ddns-updater/commit/d2bef9536ac716078e24ff55edb975b9fc7c79b7) feat(provider): add suport for deSEC - [`080ed28`](https://github.com/qdm12/ddns-updater/commit/080ed28983529c2dd0963870ce4e37eb2543663c) Update docs/desec.md - [`2f6e16e`](https://github.com/qdm12/ddns-updater/commit/2f6e16e8eedd3b5083c75c2491a0c142ba825345) Update internal/provider/providers/desec/provider.go - [`a9bef04`](https://github.com/qdm12/ddns-updater/commit/a9bef04f4dad3b547cbfff01c740cf8492385e71) Update internal/provider/providers/desec/provider.go - [`2f2f7b9`](https://github.com/qdm12/ddns-updater/commit/2f2f7b99160a19ee7bba7a61917ecfaba5c3e1b1) Update docs/desec.md - [`b1797ab`](https://github.com/qdm12/ddns-updater/commit/b1797abbe1b3f6e2eb53902d98b07f404529e196) fix deSec error handling - [`a67fc00`](https://github.com/qdm12/ddns-updater/commit/a67fc008ee17f16fb5bc76f87b1e31da8ea36760) Update internal/provider/providers/desec/provider.go - [`542f96c`](https://github.com/qdm12/ddns-updater/commit/542f96cd60048c539a719cba272b270202218598) Update docs/desec.md ### 📊 Changes **5 files changed** (+191 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/desec.md` (+35 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/desec/provider.go` (+149 -0) </details> ### 📄 Description Fixes #475 --- <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:49 -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#716