The self-evident name for a website that just shows your current IP address! It is:
38.107.179.212
Why self-evident? Because all this website does is executing the following php code:
<?php
echo $REMOTE_ADDR;
?>
In case you are behind a proxy, this variable contains the proxy's IP address. Depending on the proxy's configuration, the following variables then may contain useful information:
$HTTP_X_FORWARDED_FOR = $HTTP_VIA = $HTTP_PROXY_CONNECTION =
Now go away: