mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-29 00:52:37 -04:00
[PR #252] [MERGED] add support aliyun dns #667
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (3)
4650175feat: add aliyun dns supporte4a9accfeat: add region to the aliyun option and do some fix job8a60535doc: 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.