Extracted and slightly modified based on the gist
- Install Curl
$ opkg update && opkg install curl
- Move script to
/usr/bin/dyn-hover.sh
- Setup a scheduled task as
*/5 * * * * /usr/bin/dyn-hover.sh USERNAME PASSWORD DNSID
This will update your DNS record every 5 min to reflect the current external IP.
- find your DNS ID here:
https://www.hover.com/api/domains/yourdomain.com/dns/
whereyourdomain.com
is the domain you want to set. The ID looks like:dns1234567
.