Skip to content

Instantly share code, notes, and snippets.

@jmathai
Created April 5, 2016 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmathai/0afaec831d3ab64d612414d768001651 to your computer and use it in GitHub Desktop.
Save jmathai/0afaec831d3ab64d612414d768001651 to your computer and use it in GitHub Desktop.
# username = your Joule username
# joule_name = the name of your Joule (probably joule-node-dynamic-dns)
# test.example.com. = the domain you'd like to use for DDNS (with a trailing .)
# a_secret_you_chose = the string you chose as your secret for your Joule
./client.sh username joule_name test.example.com. a_secret_you_chose
# Output if IP address hasn't changed
# {"status": "success", "message": "No change in IP address detected."}
#
# Output if IP address has changed
# {"status": "success", "message": "A record updated to IP address 50.168.96.10."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment