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

The goal of this project is to update your DNS entries on OVH using OVH API. Feel free to update it to your use case.

License

Notifications You must be signed in to change notification settings

M0NsTeRRR/DNSUpdateOVH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

The goal of this project is to update your DNS entries on OVH using OVH API. Feel free to update it to your use case.

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), create an application : here )

Start the script python main.py

Docker

Fill environment variable

docker run -d --restart=always -e "UPDATEDNS_DELAY=" -e "UPDATEDNS_DOMAIN=" -e "UPDATEDNS_SUBDOMAIN=" -e "UPDATEDNS_APP_KEY=" -e "UPDATEDNS_APP_SECRET=" -e "UPDATEDNS_APP_CONSUMER_KEY=" monsterrr/dnsupdateovh: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 DNS entries on OVH using OVH API. Feel free to update it to your use case.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published