Update webserver-ip.sh

This commit is contained in:
2025-08-15 19:17:01 +00:00
parent f7e2fb8cb2
commit e6b7403b7b

View File

@@ -19,5 +19,5 @@ while true; do
{
echo -e "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n";
cat index.html;
} | nc -l -p 80 -q 1
} | nc -l -p 8080 -q 1
done