We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb04c6 commit 2bb53f6Copy full SHA for 2bb53f6
get-my-ip/README.md
@@ -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