DDNS auto updater for MyDNS.JP
. Servers using dynamic address can register and update it automatically.
-
Make
login.info
file in the same directory withupdate.sh
-
Write login info down in the file created on step1
format: {MasterID}_{Password}
-
Register
update.sh
to crontab.-
example: If you want update every 10 minutes...
*/10 * * * * /path_to/update.sh
-