CruiseshIP is a tool for monitoring your dynamic public IP address so you don't miss when it changes. It checks for a change each day and emails you if it has changed since the last check. Read about why I built it here.
To set up CruiseshIP:
- Clone or download this repository.
- Change the
receiverin cruiseshIP.py to the email you want to receive alerts on. cdinto the project directory- Run
setup.sh
That's it! CruiseshIP will notify you via email when your public IP address changes.
CruiseshIP uses cron to handle time-based alerting. To stop these alerts from happening you will need to use crontab to remove the job that runs cruiseshIP.py.
This tutorial explains how to remove a specific cron job.