Dyndgo
Dyndgo is a tiny tool to update your A records on DNSimple
Install dyndgo in your system
go get github.com/ulm0/dyndgoUse it
All you need to do is write your token and domains to data.yml, and execute the tool
credentials:
token: token
zones:
# Domain must be A records only
domain.com:
- subdomain1
- subdomain2Use it with crontab
Run it every eight hours using updater script
0 */8 * * * /path/to/updater