Skip to content

ca110us/epeius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epeius

English | 简体中文 | 日本語

Deploy Trojan using a Serverless approach

Quick start

  • 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 the SHA224PASS environment variable in Cloudflare Workers settings later.
  • Binding a custom domain to the worker.
  • Visit https://[YOUR_DOMAIN]/link and replace ca110us with your plain password.

Not supported

  • UDP 🙅 (Cloudflare workers runtime does not support UDP yet)

Disclaimer

This project is for study/research purposes only. Users are responsible for legal compliance and ethical conduct. The author disclaims all liability for misuse.

Reference

zizifn/edgetunnel