shaworth / docker-google-domains-ddns

Docker container for Google Domains DNS updater. For the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-google-domains-ddns

This is a simple Docker container for running the Google Domains dynamic DNS update script on a ARM system or Raspberry Pi.

It is dragoncube's work (https://github.com/dragoncube/docker-google-domains-ddns) except created to run on a raspberry pi or ARM system.

The script runs every 5 minutes.

Usage

Run:

sudo docker run --name=google-domains-ddns -d -v /etc/localtime:/etc/localtime -v /config/dir/path:/config seanstaley/google-domains-ddns-pi

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

To check the status, run docker logs google-domains-ddns.

About

Docker container for Google Domains DNS updater. For the Raspberry Pi

License:GNU General Public License v2.0


Languages

Language:Shell 87.1%Language:Dockerfile 12.9%