Your Proxy IP address is : 184.72.184.104 (via 184.72.184.104)
Your country : United States
How Do I Find Out My IP Using A Mac OS X or UNIX Shell Prompt?
Use the following OS X/Linux/Unix command to see your IPv4/IPv6 address:
lynx --dump http://www.cyberciti.biz/files/what-is-my-ip-address.php | grep 'Your.*IP.add' | awk -F':' '{print $2}'To print your country name, enter:
lynx --dump http://www.cyberciti.biz/files/what-is-my-ip-address.php | grep 'country' | cut -d: -f2See PHP source code here.