my-tilde-homepage/cgi-bin/ip.sh

9 lines
78 B
Bash
Executable File

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