Replace remote with local repo

This commit is contained in:
drjones
2026-04-26 22:28:40 -07:00
parent 04d64fb993
commit e7c9da944e
57 changed files with 3658 additions and 3971 deletions

View File

@@ -48,7 +48,7 @@ fi
read -r ONION_PORT_MIN ONION_PORT_MAX < "${RANGE_FILE}" || true
ONION_PORT_MIN="${ONION_PORT_MIN:-8080}"
ONION_PORT_MAX="${ONION_PORT_MAX:-8122}"
ONION_PORT_MAX="${ONION_PORT_MAX:-8080}"
mapfile -t CYBERLUX_TOR_DIRS < "${TOR_DIRS_FILE}"
@@ -81,14 +81,14 @@ wait_for_all_hostnames() {
done
ready="$(count_ready_hostnames)"
echo "[!] Timeout waiting for all onion hostnames (${ready}/${total} ready)." >&2
echo "[!] Timeout waiting for onion hostname files (${ready}/${total} ready)." >&2
return 1
}
print_onion_banner() {
echo ""
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo " CYBERLUX — copy these .onion URLs (Tor Browser, http:// only)"
echo " CYBERLUX — copy this .onion URL (Tor Browser, http:// only)"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
local any=0
local ready=0