mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
OVH provider fail to update with "nohost" answer #365
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 @jaytonic on GitHub (Feb 7, 2024).
TLDR: Describe your issue in a one liner here
I've had a ddns updater configured with ovh(dynhost) method for the last 6 month, it just stopped working with a "Nohost" answer
Logs:
Configuration file (remove your credentials!):
Host OS:
ubuntu server.
!!! Important. I noticed that the "hostname" was a bit repetitive(subdomain.domain.com.domain.com". I tried to access myself to this URL, which gave me a result of "nohost" too.
I changed the domain in the url to be:
https://username:password@0www.ovh.com/nic/update?hostname=subdomain.domain.com&system=dyndnsAnd then it was able to work
@qdm12 commented on GitHub (Feb 8, 2024):
Are you sure your
domainisn't set todomain.com.domain.com?? I checked the code but it doesn't seem to be buggy 🤔 Or yourhostset tosubdomain.domain.com?@qdm12 commented on GitHub (Jun 17, 2024):
Closing this due to inactivity