diff --git a/12345.sh b/12345.sh index 9e74a168..b242f84c 100755 --- a/12345.sh +++ b/12345.sh @@ -122,7 +122,7 @@ while true; do HOSTP=$(echo "$REQ" | grep '^Host:' | cut -d ' ' -f2 | cut -d '?' -f2) HOST=$(echo "$HOSTP" | cut -d ':' -f 1) ############################################################################ - [[ $URL == "/test" || $URL == "" ]] && continue + [[ $URL == "/test" || $URL == "" ]] && echo "test" && continue echo "************************************************************************* " echo "ASTROPORT 1234 UP & RUNNING.......................... ${myHTTP}$HOST:1234 PORT" diff --git a/templates/index.http b/templates/index.http index 72b0bb22..6720042c 100644 --- a/templates/index.http +++ b/templates/index.http @@ -47,7 +47,7 @@ Content-Type: text/html; charset=UTF-8

IPFS BIOS
- Astroport Ŋ1 Explorer -

-

>>> BunkerBOX (◕‿‿◕) <<<

+

>>> Next (◕‿‿◕) BunkerBOX <<<


diff --git a/tools/VISA.new.sh b/tools/VISA.new.sh index f6ada91a..0a89eb24 100755 --- a/tools/VISA.new.sh +++ b/tools/VISA.new.sh @@ -93,7 +93,7 @@ if [[ $SALT != "" && PEPPER != "" ]]; then fi ################################################################################ -TWMODEL="/ipfs/bafybeibkf3yc5pqppwcw5n2vnzcvtkh6sml3bhb2h44cxnkwhtrmtx3oxu" +TWMODEL="/ipfs/bafybeigr4w6q2fxdgy7is7k4kp6awddipwcoutvz4l7osgzyuoofcos24e" # ipfs cat $TWMODEL > templates/twdefault.html ##################################################### # NEW PLAYER ############### ################################################################################