Replace remote with local repo
This commit is contained in:
6
start.sh
6
start.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user