Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blazejjanus/periodicipcheck
- Owner: blazejjanus
- License: mit
- Created: 2024-03-12T15:33:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T18:10:04.000Z (6 months ago)
- Last Synced: 2024-07-11T20:30:49.443Z (6 months ago)
- Language: C#
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"
}
```