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

9 lines
78 B
Bash
Raw Normal View History

2020-05-08 19:02:57 +00:00
#!/bin/sh
echo "Content-type: text/plain"
echo ""
echo $REMOTE_ADDR
exit 0