Skip to content

jrdbrwn/iphitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Iphitch

A bash script that pushes out email alerts upon IP change. Uses cron and an external email account. Can randomize the list of servers and cycle through on failed connections.

Install

Clone to desired location and configure the script. You'll need mailx and msmtp configured to work with a gmail account or similar setup.

Set a cron job to run the script every 5 min:

$ sudo crontab -e -u and add: */5 * * * * ~/iphitch/iphitch > /dev/null 2>&1

About

A bash script that pushes out email alerts upon IP change. Uses cron and an external email account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages