Skip to content

A docker image to maintain an Afraid FreeDNS dynamic domain updated.

Notifications You must be signed in to change notification settings

lunderhage/docker_dns_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Afraid FreeDNS updater

This image creates a container that maintains a dynamic dns record on freedns.afraid.org.

How to build:

docker build . -t dns_updater

How to start:

You need to fetch the alpha numeric key from the Afraid website for the domain you want to update.

docker run --restart=always --name dns_updater -e KEY=<ALPHA NUMERIC KEY> -d dns_updater

The container will then automatically be started on boot.

About

A docker image to maintain an Afraid FreeDNS dynamic domain updated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages