Skip to content

g3kk0/ddns-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDNS Updater

Dynamic DNS updater for Google Cloud DNS.

Requirements

  • Google service account (with DNS Administrator role)

Usage

Build the binary

git clone https://github.com/g3kk0/ddns-updater.git
cd ddns-updater
go build

Set the appropriate environment variables and run the binary

export GOOGLE_APPLICATION_CREDENTIALS="sa.json"
export GOOGLE_PROJECT_ID="foo-bar-12345678"
export DNS_ZONE="foo-com"
export DNS_RECORD="bar.foo.com"
./ddns-updater

About

Dynamic DNS updater for Google Cloud DNS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published