Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blazejjanus/periodicipcheck

Simple app to check if your IP has changed, logging this changes and sending email notifications.
https://github.com/blazejjanus/periodicipcheck

Last synced: about 2 months ago
JSON representation

Simple app to check if your IP has changed, logging this changes and sending email notifications.

Awesome Lists containing this project

README

        

# PeriodicIpCheck

Simple app to check if your IP has changed, logging this changes and sending email notifications.

## Example config file:

```
{
"ResultsFilePath": "ip_stats.txt",
"LogFilePath": "ip_stats.log",
"LogOnlyChanges": true,
"NotificationEmail": "email_address_to_send_notifications",
"SmtpServer": "your_smtp_server",
"SmtpPort": 587,
"SenderEmail": "your_email_address",
"SenderPassword": "your_password"
}
```