kubac65 / ovh-dyndns-updater

Simple solution for updating ovh dynhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ovh-dyndns-updater

Probably the simplest script for updating ovh dynhost record

Every 5 minutes request is made to OVH in order to update the dynhost records.

Quick Start

After pulling the image, run the container using command below. Make sure to fill in your details.

docker run -e DYNHOST_USER=<user> -e DYNHOST_PASSWORD=<password> -e DYNHOST_DOMAIN=<domain> kubac65/ovh-dyndns-updater

About

Simple solution for updating ovh dynhost

License:MIT License


Languages

Language:Makefile 36.7%Language:Dockerfile 36.4%Language:Shell 26.9%