Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 533 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 533 Bytes

README

Bash script to update the ip of an account on no-ip.com

How to use

  • Configure the script with the correct username, password, hostname, and log file
  • Make it executable (chmod +x)
  • Run it (./noipupdater.sh)

Tips!

Place this in your cron file:

*/15 * * * * /dir/where/file/is/noipupdater.sh

This will run the script every fifteen minutes.

Note: Some users have had problem executing the cron. If that is your case, remove the .sh extension.

Happy updating!