mguilherme / godaddy-ddns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godaddy DNS

Simple script to update your GoDaddy DNS server to the IP address of your current internet connection.

Usage

Add several entries to your crontab (crontab -e) for each A record you wish to update:

*/30 * * * * /script/godaddy_ddns.sh personal example.com >> /script/godaddy_ddns.log
*/30 * * * * /script/godaddy_ddns.sh myftp    example.com >> /script/godaddy_ddns.log

About


Languages

Language:Shell 100.0%