Deploy Trojan using a Serverless approach
- Create a new Worker in Cloudflare Workers dashboard.
- Paste code from worker.js into the worker code editor.
- Replace
sha224Password
with your own password. You can generate here. Alternatively, you can add theSHA224PASS
environment variable in Cloudflare Workers settings later. - Binding a custom domain to the worker.
- Visit
https://[YOUR_DOMAIN]/link
and replaceca110us
with your plain password.
- UDP 🙅 (Cloudflare workers runtime does not support UDP yet)
This project is for study/research purposes only. Users are responsible for legal compliance and ethical conduct. The author disclaims all liability for misuse.