mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 02:28:40 -04:00
Issues getting DDNS to work. #44
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 31, 2020).
I have discovered while doing a docker-compose up it will hang on
Reading history from database: domain URL.X host @This happens when I do not have the correct HOME IP set within namecheap on my A record before DDNS-Updater boots up. Occasionally it will come up with the IP being off and will successfully change it.
After its running, I can get to the web interface and see that it successfully changed it. If my IP changes however, it doesn't look like its being recorded over on namecheap. All I get is:
It gives me the warning but it doesn't update it. I can then do a docker-compose and it either goes through and changes it or hangs. I have no idea at this point.
@qdm12 commented on GitHub (May 31, 2020):
Hello there, thanks so much for pointing this out to me 👍
I just fixed it (an asynchronous error, it was exiting silently its update loop directly at the start, silly me!).
I tried it with a namecheap record, setting to
127.0.0.1and it works now.Please re-pull (once the build is done) 😉
Let me know if it works out for you! I'll make a release+docker tag if so as I'm (yet again) about to add a lot of changes for an interactive web ui.