Skip to content

Sends a notification email when an IP address change has been detected. Useful when dynamic DNS is not an option.

Notifications You must be signed in to change notification settings

Ronan-H/ip-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Notify
Sends a notification email when an IP address change has been detected.

Usage: java -jar ip-notify.jar [options]
  Options (asterisk fields are required):
  * --expected-ip, -e
      Expected/current IP address
  * --user, -u
      Address of the SMTP email to use to send the notification emails from
  * --pass, -p
      Password for the SMTP email to use to send the notification emails from
  * --recipient, -rec
      Recipient address of the notification emails
    --check-site, -c
      Site to use to check the current IP address
      Default: http://www.icanhazip.com/
    --sleep-time, -s
      Time to sleep after checking the IP address before trying again 
      (minutes) 
      Default: 10
    --retry-timeout, -rt
      Time to sleep failing to send the notification email before trying again
      Default: 5

About

Sends a notification email when an IP address change has been detected. Useful when dynamic DNS is not an option.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages