whoami

Changed files
+11
site
whoami
+11
site/whoami/index.php
··· 1 + <?php 2 + 3 + // i literally just set a custom header in my reverse proxy 4 + // that maps to the remote ip 5 + // so i could do this with a PHP page in docker 6 + 7 + $remoteip = $_SERVER['HTTP_X_GOTM_REMOTE_IP']; 8 + 9 + ?> 10 + 11 + <?php echo $remoteip ?>