- Add internal IP reporting to myip command,

- Add internal IP service CGI script.
This commit is contained in:
2025-09-09 18:52:46 +02:00
parent 15b28c8f43
commit e1fa9f09e9
4 changed files with 65 additions and 2 deletions

5
var/www/cgi-bin/myip.cgi Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
echo "Content-type: text/plain"
echo ""
echo "$REMOTE_ADDR"