Last active
October 30, 2022 10:29
-
-
Save GitHub30/b8758a658a9b98bfa5a6efa17ee07e63 to your computer and use it in GitHub Desktop.
curl -s httpbin.org/ip | jq -r .origin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -O https://gist.githubusercontent.com/GitHub30/b8758a658a9b98bfa5a6efa17ee07e63/raw/urls.txt | |
for url in $(cat urls.txt); do curl -w '%{http_code},%{time_namelookup},%{time_connect},%{time_appconnect},%{time_pretransfer},%{time_starttransfer},%{time_total},%{url_effective}\n' -so /dev/null "$url"; done | |
curl -O https://gist.githubusercontent.com/GitHub30/b8758a658a9b98bfa5a6efa17ee07e63/raw/031c2e73dd4179156cb9303fea9464d2f242bd08/urls2.txt | |
for url in $(cat urls2.txt); do curl -w '%{http_code},%{time_namelookup},%{time_connect},%{time_appconnect},%{time_pretransfer},%{time_starttransfer},%{time_total},%{url_effective}\n' -so /dev/null "$url"; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ident.me | |
ipinfo.io | |
ipaddr.ga | |
ipaddr.show | |
ifconfig.cc | |
ifconfig.io | |
ifconfig.me | |
globalip.me | |
api.ipify.org | |
icanhazip.com | |
ip-api.com/json | |
inet-ip.info/ip | |
myexternalip.com/raw | |
https://httpbin.org/ip | |
https://ipecho.net/plain | |
https://checkip.amazonaws.com | |
https://domains.google.com/checkip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ident.me | |
ipinfo.io | |
ipaddr.ga | |
ipaddr.show | |
ifconfig.cc | |
ifconfig.io | |
ifconfig.me | |
globalip.me | |
api.ipify.org | |
icanhazip.com | |
ip.anysrc.net | |
ip-api.com/json | |
inet-ip.info/ip | |
www.whatismyip.com | |
myexternalip.com/raw | |
httpbin.org/ip | |
ipecho.net/plain | |
checkip.amazonaws.com | |
whatismyip.akamai.com | |
domains.google.com/checkip | |
https://ident.me | |
https://ipinfo.io | |
https://ipaddr.ga | |
https://ifconfig.cc | |
https://ifconfig.io | |
https://ifconfig.me | |
https://globalip.me | |
https://api.ipify.org | |
https://icanhazip.com | |
https://ip.anysrc.net | |
https://wtfismyip.com | |
https://inet-ip.info/ip | |
https://www.whatismyip.com | |
https://myexternalip.com/raw | |
https://httpbin.org/ip | |
https://ipecho.net/plain | |
https://checkip.amazonaws.com | |
https://whatismyip.akamai.com | |
https://domains.google.com/checkip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment