This commit is contained in:
fred 2022-12-09 23:28:20 +01:00
parent 809f888409
commit f23963d698
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -47,7 +47,7 @@ Content-Type: text/html; charset=UTF-8
<center>
<h2>IPFS BIOS<br> - Astroport Ŋ1 Explorer -</h2>
<div id="yellow">
<h3><a href="http://127.0.0.1:12345"> >>> BunkerBOX (◕‿‿◕) <<< </a></h3>
<h3><a href="http://127.0.0.1:12345"> >>> Next (◕‿‿◕) BunkerBOX <<< </a></h3>
</div>
<br>

View File

@ -93,7 +93,7 @@ if [[ $SALT != "" && PEPPER != "" ]]; then
fi
################################################################################
TWMODEL="/ipfs/bafybeibkf3yc5pqppwcw5n2vnzcvtkh6sml3bhb2h44cxnkwhtrmtx3oxu"
TWMODEL="/ipfs/bafybeigr4w6q2fxdgy7is7k4kp6awddipwcoutvz4l7osgzyuoofcos24e"
# ipfs cat $TWMODEL > templates/twdefault.html
##################################################### # NEW PLAYER ###############
################################################################################