myip.dn42/wwwroot/plain.php
Marek Küthe 69eabb70b8
create api, site and add security improvements to apache config
Signed-off-by: Marek Küthe <m.k@mk16.de>
2022-09-14 20:23:48 +02:00

4 lines
77 B
PHP

<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];
?>