A simple script to regularly update your DNS zone hosted at GoDaddy.com with a dynamic IP.
cp gddu.conf.example /etc/gddu.conf
Then, edit /etc/gddu.conf and add your API key and secret. You can obtain your keys and secrets here: https://developer.godaddy.com/keys/
To keep your IP regularly updated, you'll probably need to schedule this script as a cron job.
You can:
cp gddu.py /usr/local/bin
cp etc/cron.d/gddu /etc/cron.d
- GoDaddy API documentation: https://developer.godaddy.com/doc
- GoDaddy key generation: https://developer.godaddy.com/keys/
Please report bugs on the github project page: https://github.com/shatlovsky/godaddy-dynamic-dns-updater
If you have any questions, feel free to reach me directly at shatlovsky@gmail.com