Skip to content
/ sendip Public

a bot to send your public ip to your email when public ip changed

Notifications You must be signed in to change notification settings

mtfiqh/sendip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENDIP

is a bot to check your public ip every minutes, when your public ip changed, it'll send your new public ip to your email.

How To Use

  • You need to install nodejs first
  • install all needed dependencies
$ npm install
  • copy env-example to .env
$ cp env-example .env
  • config the env file using your email

env-example file:

SENDER_EMAIL=[email protected] SENDER_PASSWORD=password123 TO_EMAIL=[email protected]

it use nodemailer to send email, if you have any problem when sending the email, please refer to their docs.

About

a bot to send your public ip to your email when public ip changed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published