website/cgi-bin/ip.sh

9 lines
78 B
Bash
Raw Normal View History

2022-03-20 09:26:55 +00:00
#!/bin/sh
echo "Content-type: text/plain"
echo ""
echo $REMOTE_ADDR
exit 0