WL Proxy is a minimal HTTP transformation service that fetches WL configuration files from upstream and replaces the wildcard SNI parameter.
- Fetches remote files from
zieng2/wl - Replaces every
&sni=*&with&sni=<your_value>& - Returns the modified text as plain text
Endpoint:
GET /api/wl
Query params:
sni(default:www.instagram.com)type(universalorlite, default:universal)
Example:
/api/wl?sni=example.com&type=lite
Open the root page in your browser and use the input + selector to fetch the transformed output.
- Install dependencies
npm install
- Start the server
npm start
- Visit
http://localhost:3000
- Stateless, no storage
- Real-time fetch from upstream
- Plain text responses for configs