website/cgi-bin/ip.sh
2022-03-20 10:26:55 +01:00

9 lines
78 B
Bash
Executable File

#!/bin/sh
echo "Content-type: text/plain"
echo ""
echo $REMOTE_ADDR
exit 0