···11+<?php
22+33+// i literally just set a custom header in my reverse proxy
44+// that maps to the remote ip
55+// so i could do this with a PHP page in docker
66+77+$remoteip = $_SERVER['HTTP_X_GOTM_REMOTE_IP'];
88+99+?>
1010+1111+<?php echo $remoteip ?>