From e6b7403b7bc65e1c3c915376d676bd9c640e3c03 Mon Sep 17 00:00:00 2001 From: rhamilton Date: Fri, 15 Aug 2025 19:17:01 +0000 Subject: [PATCH] Update webserver-ip.sh --- webserver-ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webserver-ip.sh b/webserver-ip.sh index 1263d63..76bd3cb 100644 --- a/webserver-ip.sh +++ b/webserver-ip.sh @@ -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