A tool to update your ip and dns name on your Godaddy account
Before using this snap, you will need access to API key/secret from https://developer.godaddy.com/keys/
How to configure the godaddy-ddns snap
snap set godaddy-ddns apikey=YOUR_API_KEY
snap set godaddy-ddns apisecret=YOUR_API_SECRET
snap set godaddy-ddns domain.name=YOUR_DOMAIN (e.g. mydomain.com)
snap set godaddy-ddns domain.subdomain=SUBDOMAIN_NAME (e.g test, default=@)
(In this case, the device "ip" and "domain name" will be setup as "test.mydomain.com")
Once the snap is correctly setup, it will continuously check the dns and ip every 60 seconds
You may use following command to verify if the godaddy-ddns is running perfectly
snap logs godaddy-ddns
Other available configurations
domain.ttl (default=600)
domain.type (default=A)
Please feel free report any issue to https://github.com/taiten/godaddy-ddns.snap/issues
This snap is built base on GoDaddy.sh v1.0 by Nazar78 @ TeaNazaR.com
http://teanazar.com/2016/05/godaddy-ddns-updater/