Update webserver-ip.sh
This commit is contained in:
@@ -19,5 +19,5 @@ while true; do
|
|||||||
{
|
{
|
||||||
echo -e "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n";
|
echo -e "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n";
|
||||||
cat index.html;
|
cat index.html;
|
||||||
} | nc -l -p 80 -q 1
|
} | nc -l -p 8080 -q 1
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user