- Add internal IP reporting to myip command,
- Add internal IP service CGI script.
This commit is contained in:
5
var/www/cgi-bin/myip.cgi
Executable file
5
var/www/cgi-bin/myip.cgi
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
echo "Content-type: text/plain"
|
||||
echo ""
|
||||
|
||||
echo "$REMOTE_ADDR"
|
||||
Reference in New Issue
Block a user