Skip to content

A small Go DDNS application for updating DigitalOcean records.

License

Notifications You must be signed in to change notification settings

davidhrinaldo/digitalocean-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digitalocean-ddns

A small Go DDNS application to update DigitalOcean Domain records to your current public IP.

Usage

This application requires 3 environment variables to be set:

DIGITALOCEAN_TOKEN

DIGITALOCEAN_URL

DIGITALOCEAN_DOMAIN

  • This is the domain name as configured in DigitalOcean. This application will not create a record if one does not already exist and it will only update an A record with the name "vpn". In the future I may generalize this, if you would like to change this yourself in the meantime you may submit a PR for it.

About

A small Go DDNS application for updating DigitalOcean records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages