Skip to content

MasterEvarior/hosttech-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosttech DDNS

This small docker container acts as a dynamic DNS implementation for Hosttech.

Build

To build the container simply clone the repository and then build the container with the docker file

docker build . --tag hosttech-ddns

Run

To run the docker container, you have to give it a couple of environment variables.

docker run -d \
  -e ZONE=example.com \
  -e DOMAIN=sub \
  -e API_KEY=eyJO93mopdns0JA \
  --name hosttech-ddns \
  hosttech-ddns:latest

This will update the IP address for the domain sub.example.com.

Development, improvements and more

Pull requests, improvements and issues are always welcome.