Table of Contents

Check my public IP address




My Public IP Address

Pubcic IP Address     3.135.205.146

Check from Terminal
curl https://cmdref.net/tools/gip.html  |grep "Pubcic IP Address"
wget -O - https://cmdref.net/tools/gip.html |grep "Pubcic IP Address"


inet-ip.info

http://inet-ip.info/

$ curl inet-ip.info
x.x.x.x


httpbin.org/ip

http://httpbin.org/ip

$ curl httpbin.org/ip
{
  "origin": "x.x.x.x"
}


ifconfig.me

https://ifconfig.me/

$ curl ifconfig.me
x.x.x.x






Related Pages