From 04b799542d4778123dcc8146e64b38886c75229a Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 21 Oct 2022 18:50:41 +0200 Subject: [PATCH] HTTP/1.1 200 Everything Is Just Fine Server: Astroport Content-Type: text/html; charset=UTF-8 --- 12345.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/12345.sh b/12345.sh index 37d27e23..f8426b9e 100755 --- a/12345.sh +++ b/12345.sh @@ -70,7 +70,10 @@ while true; do GNS=$(ipfs key import gchange -f pem-pkcs8-cleartext ~/.zen/tmp/gchange.key ) echo "$GNS is AVAILABLE on http://$myIP:${PORT}" - echo "$GNS" | nc -l -p ${PORT} -q 1 & + echo "HTTP/1.1 200 Everything Is Just Fine +Server: Astroport +Content-Type: text/html; charset=UTF-8 + $GNS" | nc -l -p ${PORT} -q 1 & ## CHECK IF ALREADY EXISTING PLAYER # IF NOT = BATCH CREATE TW