jamesjryan / docker-no-ip

Docker container for No-IP DNS updater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-no-ip

This is a simple Docker container for running the No-IP2 dynamic DNS update script. It will keep your domain.ddns.net DNS alias up-to-date as your home IP changes.

Usage

This docker image is available as a trusted build on the docker index.

Run:

sudo docker run --name=noip -d -v /etc/localtime:/etc/localtime -v /config/dir/path:/config coppit/no-ip

When run for the first time, a file named noip.conf will be created in the config dir, and the container will exit. Edit this file, adding your username (email), password, and domains. Then rerun the command.

On subsequent runs, a binary config file /config/dir/path/no-ip2.generated.conf will be generated. Please do not edit this file, as it is used by the noip2 agent.

To check the status, run docker logs noip.

About

Docker container for No-IP DNS updater

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%