mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 00:22:37 -04:00
Feature request: Add support for Aliyun #135
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?
Originally created by @YueMiyuki on GitHub (Aug 21, 2021).
Originally assigned to: @qdm12 on GitHub.
add ddns support for aliyun dns
@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
@qdm12 commented on GitHub (Aug 24, 2021):
Provided you have
dockerandgitinstalled, you can build that branch with: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.
@fredericrous commented on GitHub (Sep 11, 2021):
@qdm12 the branch is on another repo but we can commit on it apparently 🤣
@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!