myip.dn42/wwwroot/index.php

3 lines
41 B
PHP

<?php
print($_SERVER['REMOTE_ADDR']);
?>