mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
OVH ZoneDNS #139
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 @cmatheo on GitHub (Sep 18, 2021).
Hello everyone,
I recently ran into an issue while trying to use your script with OVH's Zone DNS actualization system.
For context, I own mydomain.com and have multiple LAN networks across my country. Firstly, I assigned them special DynHost at first to access some of their services globally, such as:
Then, my needs grew and I put a Nginx Proxy Manager instance at home to access my different services with a simple alias. I wanted to achieve something like:
I already managed to set up something like this for a friend, but using DuckDNS.
I understood that with OVH, my DynHost was not appropriated anymore, and I had to setup a Zone DNS for ddns-updater to use.
I deleted the previously established DynHost and followed all of the steps in the tutorial, creating a Zone DNS: home.mydomain.com
At first everything went well, but after some time the refreshing stopped completely, creating the following error:
I created a new Zone DNS for *.home.mydomain.com, with the same parameters, and this one updates just fine.
How is it my first domain is not updating anymore?
Here is my config file:
Note that the second one, added today, works just fine at the moment, and the first one stopped working after my router rebooted and changed its public IP address - so basically right after I needed it haha - and still isn't functioning.