You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

451 B

Update DNS to current IP

Simple dyndns for OVH API.

Updates a A record to current IP.

requirements ubuntu

$ apt install python3-pip python-is-python3
$ pip install -r requirements.txt

cp env-example .env

and edit .env with credentials from https://www.ovh.com/auth/api/createToken

dyndns-update zone subdomain

Install as user cronjob like

*/5 * * * * /home/user/ovh-dyndns/dyndns-update.py

with

$ crontab -e