Feature request: Add support for Aliyun #135

Closed
opened 2025-11-20 04:20:44 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @YueMiyuki on GitHub (Aug 21, 2021).

Originally assigned to: @qdm12 on GitHub.

  1. What's the feature?
    add ddns support for aliyun dns
Originally created by @YueMiyuki on GitHub (Aug 21, 2021). Originally assigned to: @qdm12 on GitHub. 1. What's the feature? add ddns support for aliyun dns
Author
Owner

@fredericrous commented on GitHub (Aug 24, 2021):

hi @ItzMiracleOwO there is a pull request opened here https://github.com/qdm12/ddns-updater/pull/209 for that
it's not merged however so not available on docker hub but you could pull that branch and build the container

@fredericrous commented on GitHub (Aug 24, 2021): hi @ItzMiracleOwO there is a pull request opened here https://github.com/qdm12/ddns-updater/pull/209 for that it's not merged however so not available on docker hub but you could pull that branch and build the container
Author
Owner

@qdm12 commented on GitHub (Aug 24, 2021):

Provided you have docker and git installed, you can build that branch with:

docker build -t qmcgaw/ddns "https://github.com/zzzhouuu/ddns-updater.git#feature/aliyun"

Note it's from another repository so feel free to comment on #209 if there is an issue, since I can't really do something about it.
I'll get to it sometime, although right now I'm low on time to add more providers unfortunately.

@fredericrous and I agree, we'll use Aliyun's Go sdk for now. I'll finish a branch I was working on sometime soon hopefully.

@qdm12 commented on GitHub (Aug 24, 2021): Provided you have `docker` and `git` installed, you can build that branch with: ```sh docker build -t qmcgaw/ddns "https://github.com/zzzhouuu/ddns-updater.git#feature/aliyun" ``` Note it's from another repository so feel free to comment on #209 if there is an issue, since I can't really do something about it. I'll get to it sometime, although right now I'm low on time to add more providers unfortunately. @fredericrous and I agree, we'll use Aliyun's Go sdk for now. I'll finish a branch I was working on sometime soon hopefully.
Author
Owner

@fredericrous commented on GitHub (Sep 11, 2021):

@qdm12 the branch is on another repo but we can commit on it apparently 🤣

@fredericrous commented on GitHub (Sep 11, 2021): @qdm12 the branch is on another repo but we can commit on it apparently 🤣
Author
Owner

@qdm12 commented on GitHub (Oct 15, 2021):

I reworked the code in 8a14828cdc5a6e311788f479c5745ff26ce6aebe to have no SDK dependency and only do http calls to their API directly. The Docker image is available qmcgaw/ddns-updater:aliyun-nosdk, maybe @ItzMiracleOwO can you try it sometime? Thanks!

@qdm12 commented on GitHub (Oct 15, 2021): I reworked the code in 8a14828cdc5a6e311788f479c5745ff26ce6aebe to have no SDK dependency and only do http calls to their API directly. The Docker image is available `qmcgaw/ddns-updater:aliyun-nosdk`, maybe @ItzMiracleOwO can you try it sometime? Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#135