Skip to content

A simple shell script to perform a GoDaddy DDNS update

Notifications You must be signed in to change notification settings

RJSzynal/godaddy-ddns-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

godaddy-ddns-updater

A simple shell script to perform a GoDaddy DDNS update

This script began as the script by Nazar78 at TeaNazaR.com. I have modified it to extend it's functionality and to meet my own personal standards.

Usage: $0 credentials domain [sub-domain] [ttl] [record_type]
  credentials: GoDaddy developer API in the format 'key:secret' or
               location of file containing that value on the first line
  domain: The domain you're setting. e.g. mydomain.com
  sub-domain: Record name, as seen in the DNS setup page. Default: @ (apex domain)
  ttl: Time To Live in seconds. Default: 600 (10 minutes)
  record_type: Record type, as seen in the DNS setup page. Default: A

About

A simple shell script to perform a GoDaddy DDNS update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages