Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
/ Dynhost Public archive

The goal of this project is to update your DynDns entries on OVH. It can updates multiple subdomains.

License

Unknown, CECILL-2.1 licenses found

Licenses found

Unknown
LICENSE
CECILL-2.1
LICENSE.fr
Notifications You must be signed in to change notification settings

M0NsTeRRR/Dynhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

The goal of this project is to update your DynDns entries on OVH. It can updates multiple subdomains.

Requirements

Classic

  • Python >= 3.7
  • Pip3

Docker

  • Docker CE

Install

Classic

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

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

Licence

The code is under CeCILL license.

You can find all details here: https://cecill.info/licences/Licence_CeCILL_V2.1-en.html

Credits

Copyright © Ludovic Ortega, 2019

Contributor(s):

-Ortega Ludovic - ludovic.ortega@adminafk.fr

About

The goal of this project is to update your DynDns entries on OVH. It can updates multiple subdomains.

Topics

Resources

License

Unknown, CECILL-2.1 licenses found

Licenses found

Unknown
LICENSE
CECILL-2.1
LICENSE.fr

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published