Skip to content

dynamic dns for Godaddy domains using their API (golang)

License

Notifications You must be signed in to change notification settings

proprietary/godaddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godaddns

A small program written in Go that implements "dynamic DNS" or "ddns" for domains hosted on Godaddy.

Requirements

You will need to get an API key and API secret from Godaddy. Make sure it's a production key, not a testing key.

Download

Linux 64-bit

Windows 64-bit

Usage

$ ./godaddns -key="my api key" -secret="my api secret" -domain="example.com" -polling="(optional) polling interval in seconds; defaults to 360 seconds" -subdomain="(optional) if your target domain is subdomain.example.com, put 'subdomain' here; defaults to '@'" -log "(optional) path to log file; defaults to stdout"

Releases

No releases published

Packages

No packages published

Languages