checking location of ip address
etc/script
Updated
•1 min read
- how-to
curl -s ipinfo.io/<ip> | jq '.ip,.city,.country,.org'
- example
curl -s ipinfo.io/1.1.1.1 | jq '.ip,.city,.country,.org'
"1.1.1.1"
"Los Angeles"
"US"
"AS13335 Cloudflare, Inc."
Search for a command to run...
etc/script

curl -s ipinfo.io/<ip> | jq '.ip,.city,.country,.org'
curl -s ipinfo.io/1.1.1.1 | jq '.ip,.city,.country,.org'
"1.1.1.1"
"Los Angeles"
"US"
"AS13335 Cloudflare, Inc."
No comments yet. Be the first to comment.
docker

AWS/EKS

AWS/EKS

AWS/EKS

AWS/EKS
