Skip to content

Commit 2bb53f6

Browse files
authored
Create README.md
1 parent 9bb04c6 commit 2bb53f6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

get-my-ip/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Send your current home IP to your EMAIL (NO Dynamic DNS or Business ISP Plan needed)
2+
3+
Simply spin your Raspberry-Pi for this or any linux running 24x7 in your home/lab.
4+
5+
Script sends email if there is change in IP. You can run script using Cron job every hour or 4 hours (as most of DHCP leases are for 8 hours)
6+
7+
Script can be used for VPN purpose if you don't have Dynamic DNS or Business ISP Plan. Even I believe INTERNET should be completelty FREE Haha!
8+
9+
Cron:
10+
11+
0 1 * * * /usr/bin/python /home/whats_my_ip_script.py

0 commit comments

Comments
 (0)