[PR #252] [MERGED] add support aliyun dns #667

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/252
Author: @cnjack
Created: 10/8/2021
Status: Merged
Merged: 10/14/2021
Merged by: @qdm12

Base: masterHead: master


📝 Commits (3)

  • 4650175 feat: add aliyun dns support
  • e4a9acc feat: add region to the aliyun option and do some fix job
  • 8a60535 doc: add region explain to docs/aliyun.md

📊 Changes

8 files changed (+208 additions, -2 deletions)

View changed files

📝 README.md (+2 -0)
docs/aliyun.md (+35 -0)
📝 go.mod (+7 -1)
📝 go.sum (+18 -1)
📝 internal/settings/constants/providers.go (+2 -0)
📝 internal/settings/errors/validation.go (+2 -0)
internal/settings/providers/aliyun/provider.go (+139 -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/252 **Author:** [@cnjack](https://github.com/cnjack) **Created:** 10/8/2021 **Status:** ✅ Merged **Merged:** 10/14/2021 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`4650175`](https://github.com/qdm12/ddns-updater/commit/46501759cd2ca0a23745ae0a2b59aaebf5ceb3e7) feat: add aliyun dns support - [`e4a9acc`](https://github.com/qdm12/ddns-updater/commit/e4a9acc151f82b3c9b051f6de6f40e167d07a57b) feat: add region to the aliyun option and do some fix job - [`8a60535`](https://github.com/qdm12/ddns-updater/commit/8a605352d3f167e16c741881893ed316ed590534) doc: add region explain to docs/aliyun.md ### 📊 Changes **8 files changed** (+208 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/aliyun.md` (+35 -0) 📝 `go.mod` (+7 -1) 📝 `go.sum` (+18 -1) 📝 `internal/settings/constants/providers.go` (+2 -0) 📝 `internal/settings/errors/validation.go` (+2 -0) ➕ `internal/settings/providers/aliyun/provider.go` (+139 -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:38 -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#667