iprout.ovh

Your IP address : 18.116.239.195

Your User Agent : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Use curl to get your IP address inside the terminal :

curl -sL v4.iprout.ovh

or

curl -sL v6.iprout.ovh

Lazy…

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"

Infos

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