Initial Commit
This commit is contained in:
parent
f522b3fa42
commit
7037ee2b8c
10
checkip.sh
Executable file
10
checkip.sh
Executable file
@ -0,0 +1,10 @@
|
||||
# von https://stackoverflow.com/questions/9481419/how-can-i-get-the-public-ip-using-python2-7/9481595?noredirect=1#comment48399540_9481595
|
||||
#watch -d -n 60 curl -s https://ipinfo.io/json?token=def4d098718eb0
|
||||
curl -s https://ipinfo.io/json?token=def4d098718eb0
|
||||
#curl -s http://ip.42.pl/raw ; echo
|
||||
#curl -s https://ipv6.jsonip.com/
|
||||
#curl -s https://ipv4.jsonip.com/
|
||||
#curl -s http://httpbin.org/ip
|
||||
#curl -s https://api.ipify.org/?format=json
|
||||
#curl -s https://api.ipify.org/?format=raw
|
||||
#curl -s http://wtfismyip.com/json
|
Loading…
x
Reference in New Issue
Block a user