bash-scripts/checkip.sh

11 lines
516 B
Bash
Raw Normal View History

2024-06-10 21:41:34 +02:00
# 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