How It Works
This worker acts as a global Wisp redirect router.
Connect to a worker URL with a region appended and it returns the proper backend Wisp server.
wss://wisp.cgamz.online/us-east-1/
wss://wisp.cgamz.online/us-east-2/
wss://wisp.cgamz.online/us-west/
wss://wisp.cgamz.online/europe/
wss://wisp.cgamz.online/asia/
Omitting the region automatically uses the default server:
us-east-1
Available Worker Domains
wss://wisp.cgamz.online
wss://wisp.craftedgamz.com
wss://wisp.cgamz.site
wss://wisp.craftedgamz.workers.dev
Backend Regions
us-east-1 → Virginia, USA
us-east-2 → Ohio, USA
us-west → Oregon, USA
europe → Frankfurt, Germany
asia → Singapore
Example Response
Connecting with a websocket upgrade returns a redirect target:
GET /wisp-server/
{
"redirect":
"wss://wisp-server.example.com"
}
The redirect target is also exposed in the
X-Wisp-Redirect response header.
Usage Rules
This Wisp infrastructure is provided for testing and non-production use only. Do not use it to serve live, production traffic.
Eclipse Suite members have unlimited, unrestrained access with no additional restrictions.
Wisp protocol by Mercury Workshop, credit where it's due.
© 2026 Crafted Gamz, Eclipse Suite: All rights reserved (ARR).