This post is mostly the equivalent of one of a previous post which initially was in bash.
Continue reading “External IP change notification in python”
welcome..
This post is mostly the equivalent of one of a previous post which initially was in bash.
Continue reading “External IP change notification in python”
Having dynamic IP addressing from your Internet Provider (ISP) could give you some trouble; especially when you need to remotely accessing machines;
I had to write a little script that regulary based checks my external IP; And if it change then sending to me an email.
Schedule it into your crontab and you are done.
Below, the script :