mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: OVH ZoneDNS is not working #117
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 @fallenczar on GitHub (May 18, 2021).
Originally assigned to: @qdm12 on GitHub.
TLDR: ZONEDNS information provided as per sample config.json, however logs show that the program is expecting "username" and "password"
Is this urgent: Yes
DNS provider(s) you use: OVH
Program version: commit
864a696Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)What are you using to run the container: docker-compose
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS:OMV - docker
@fredericrous commented on GitHub (May 18, 2021):
the example is not perfectly clear but the documentation is.
Basically either you use DynHost (aka
dynamic) or ZoneDNS (akaapi)example for the zonedns mode:
@qdm12 commented on GitHub (Jun 7, 2021):
Hey guys, I just pushed
276c1c02fdwhich removes the dependency on OVH's go library, can you try pulling:latestand see if it works using the zoneDNS (API)? If it doesn't work, I made a release image tagv2.3.0just before changing this, so you can use that to fallback. Thanks!Also I'm updating the documentation now to close this issue.
@fredericrous commented on GitHub (Jun 27, 2021):
I saw a weird logging error. I was getting
2021/06/28 02:32:46 ERROR /updater/data/updates.json validation error: IP 1 of 1 is empty for record {"domain":"mydomain.tld","host":"@","ips":[{"ip":"","time":"2021-06-12T19:47:48.567727675Z"}]}I removed the updates.json file and was still getting the same issue. I then decided to remove the providers one by one to try to isolate the issue. I removed the OVH ones, then I put them back and the error doesn't appear anymore... 🤦
@qdm12 commented on GitHub (Jun 28, 2021):
Thanks for letting me know! Were these using the Zone API? The only line I see is this one where we return the IP address given to do the update as the new IP, so I don't really see why it would be set to an empty string, strange 🤔 I'll dig more later.
@fredericrous commented on GitHub (Jul 8, 2021):
yes, it was Zone API
@qdm12 commented on GitHub (Jan 21, 2022):
Closing this due to inactivity. Feel free to comment if it's still unresolved.
@silkyclouds commented on GitHub (Mar 14, 2023):
hi gents, I've followed the link you provide to create an app + api keys. But I end up with this :
question is, where can I find my customer key ?
thanks !