Created
April 5, 2016 05:24
-
-
Save jmathai/0afaec831d3ab64d612414d768001651 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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