mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-24 22:53:39 -04:00
Google Domains Support? #34
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 @msrlrocket on GitHub (May 30, 2020).
Originally assigned to: @qdm12 on GitHub.
Hey, would it be possible to get Google Domains support? I have heard its incredibly similar to NO-IP. Thank you very much!
@github-actions[bot] commented on GitHub (May 30, 2020):
Thanks for creating your first issue 👍 Feel free to use Slack if you just need some quick help or want to chat
@qdm12 commented on GitHub (May 30, 2020):
Hello, I've made code changes for it, their API is indeed (scarily) almost the same as NoIP 😄
Can you please try it using the image
qmcgaw/ddns-updater:googlewith the documentation here and let me know if it works for you?If the image is unavailable, please wait until the Docker build finishes on Github. It's also only available for amd64 cpu architectures for now, let me know if you need it for something else.
Thanks!
@msrlrocket commented on GitHub (May 30, 2020):
Works. Thank you! Any idea what its doing when it stalls on Reading history from database? it hangs with my cloudflare settings
@msrlrocket commented on GitHub (May 30, 2020):
Nevermind, figured it out! Thank you again.
@qdm12 commented on GitHub (May 30, 2020):
Are you sure? I made a rather big refactoring so maybe it's an issue on my side!
@qdm12 commented on GitHub (May 31, 2020):
Just a little note, the version from yesterday is bugged, please pull the
:latestDocker image (building here) which contains the fix. Thanks!