Skip to content

Docker container to automatically update OVH DynHost records from your public IP address

License

Notifications You must be signed in to change notification settings

pierrebelloy/ovh-dynhost-updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVH DynHost client for Docker

Docker container to automatically update DynHost records with your public IP address, for OVH DNS.

Usage

1 - Create a DynHost user and configure a dynamic DNS record for the domain of your choice.

2 - Using information from the previous step, run DynHost client container to continuously update your DNS record.

Using docker compose.

version: "3"

services:
  dynhost-updater:
    image: pbe-axelor/ovh-dynhost-updater
    environment:
      HOSTNAME: "<host>.<domain>"
      IDENTIFIER: "<domain>-<suffix>"
      PASSWORD: "<password>"
      LOG_LEVEL: "debug"

Environment variables

Variable Description Is required? Default
HOSTNAME Subdomain on which DNS record must be updated dynamically. Multiple hostnames can be set using ; separator. Yes -
IDENTIFIER DynHost management username. Yes -
PASSWORD DynHost management password. Yes -
LOG_LEVEL String used to configure verbosity (must be one of: 'debug', 'info', 'error') No info

About

Docker container to automatically update OVH DynHost records from your public IP address

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 90.0%
  • Dockerfile 10.0%