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