Your IP address : 162.0.217.198
Your User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64)
Use curl to get your IP address inside the terminal :
curl -sL v4.iprout.ovh
or
curl -sL v6.iprout.ovh
If you’re lazy like me, you can make a little BASH script inside /usr/bin :
#!/bin/bash
ipv4=$(curl -sL v4.iprout.ovh)
ipv6=$(curl -sL v6.iprout.ovh)
echo -e "IPv4 : $ipv4\nIPv6 : $ipv6"NGINX logging is disabled on both ipv4 and ipv6 subdomain because I do not care about your IP address
patchli.fr - contact [arobase] patchli.fr- I like trains - 2019-2023