Skip to content

application to update dns records at digital ocean

Notifications You must be signed in to change notification settings

mattkasun/dyndns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dyndns

application to update dns records at digital ocean

success/failure/no action recorded to /var/log/syslog

expects a json file ~/.config/dyndns

{
  Token: "digitaloceantoken",
  Host: "hostname",
  Id: "digitalocean dns record identifier"
}

usage

place file in /home/user/bin/

create cron entry

# run crontab -e
# sample cron job task 

# m h  dom mon dow   command
*/5 * * * * /home/user/bin/ip

About

application to update dns records at digital ocean

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages