IP Address Finder
A simple way to find you IP address.
Find via:- This page; Your IP is 216.73.216.73
- From the Linux command line:
curl https://znix.xyz/tools/ip.php?mode=plain;echo
- Put your IP into a Bash variable:
ip=`curl -s https://znix.xyz/tools/ip.php?mode=plain`