[PR #224] [MERGED] Feat: add servercow provider #657

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/224
Author: @baswag
Created: 7/31/2021
Status: Merged
Merged: 8/9/2021
Merged by: @qdm12

Base: masterHead: provider-servercow


📝 Commits (3)

  • 8f8b3f6 Feat: add servercow provider
  • ff38ba6 Fix: fix servercow validation and update
  • 430c6c8 Fix: fix linting error

📊 Changes

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

View changed files

📝 README.md (+2 -0)
docs/servercow.md (+37 -0)
📝 internal/settings/constants/providers.go (+1 -0)
📝 internal/settings/headers/headers.go (+8 -0)
internal/settings/providers/servercow/provider.go (+180 -0)
📝 internal/settings/settings.go (+3 -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/224 **Author:** [@baswag](https://github.com/baswag) **Created:** 7/31/2021 **Status:** ✅ Merged **Merged:** 8/9/2021 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `provider-servercow` --- ### 📝 Commits (3) - [`8f8b3f6`](https://github.com/qdm12/ddns-updater/commit/8f8b3f6ce8c0eb6c35dedcda639de47934743667) Feat: add servercow provider - [`ff38ba6`](https://github.com/qdm12/ddns-updater/commit/ff38ba68696a54041e9f52f40fd0fc34e2671fbe) Fix: fix servercow validation and update - [`430c6c8`](https://github.com/qdm12/ddns-updater/commit/430c6c858249a5a146e38246b96f5f613397923b) Fix: fix linting error ### 📊 Changes **6 files changed** (+231 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/servercow.md` (+37 -0) 📝 `internal/settings/constants/providers.go` (+1 -0) 📝 `internal/settings/headers/headers.go` (+8 -0) ➕ `internal/settings/providers/servercow/provider.go` (+180 -0) 📝 `internal/settings/settings.go` (+3 -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:36 -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#657