The goal of this project is to update your DynDns entries on OVH. It can updates multiple subdomains.
- Python >= 3.7
- Pip3
- Docker CE
Install the requirements pip install -r requirements.txt
Fill config.json with your informations (delay : delay between each check of your public address IP (60 <= delay <= 3600))
Start the script python main.py
Docker version support only one update of DynDns (start many containers to fix the problem)
Fill environment variables
docker run -d --restart=always -e "DYNHOST_DELAY=" -e "DYNHOST_HOSTANAME=" -e "DYNHOST_USERNAME=" -e "DYNHOST_PASSWORD=" monsterrr/dynhost:latest
The code is under CeCILL license.
You can find all details here: https://cecill.info/licences/Licence_CeCILL_V2.1-en.html
Copyright © Ludovic Ortega, 2019
Contributor(s):
-Ortega Ludovic - ludovic.ortega@adminafk.fr