Skip to content

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

License

Notifications You must be signed in to change notification settings

seanstaley/docker-google-domains-ddns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%