mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bad authentication #225
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 @flixxx on GitHub (Oct 25, 2022).
Discussed in https://github.com/qdm12/ddns-updater/discussions/385
Originally posted by flixxx October 24, 2022
Trying to setup ddns-updater with my provider dynu
logs pulls the right info (current ip, ip logged on their site, domain, etc..)
when it comes time to update it, the following error;
ERROR bad authentication
I tried using my password, ip updater password, md5 hashed password.
@JackTalisker commented on GitHub (Dec 3, 2022):
Same problem
Debug posted at #385
@qdm12 commented on GitHub (Jan 9, 2023):
A bit confusing from their documentation: https://www.dynu.com/en-US/DynamicDNS/IP-Update-Protocol
Basically you can use
hostname=subdomain.domain.combut they also have a section on alias/subdomain saying to usealias=subdomainand hostname. The fix as @JackTalisker suggests in #385 is to just usehostname=subdomain.domain.comand notalias.Anyway fixed it in the latest image to use only
hostnameand notalias.