From 7037ee2b8c45629369859f53349aacb2a7efc652 Mon Sep 17 00:00:00 2001 From: Bilbo Baggins Date: Mon, 10 Jun 2024 21:41:34 +0200 Subject: [PATCH] Initial Commit --- checkip.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 checkip.sh diff --git a/checkip.sh b/checkip.sh new file mode 100755 index 0000000..6eae0e6 --- /dev/null +++ b/checkip.sh @@ -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