Skip to content

bepass-org/tunl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67c1d46 · Jul 14, 2024

History

26 Commits
Jul 9, 2024
Jul 2, 2024
Jul 14, 2024
Jun 19, 2024
Jun 19, 2024
Jul 2, 2024
Jul 2, 2024
Jul 2, 2024
Jul 3, 2024
Jul 7, 2024
Jul 9, 2024
Jun 20, 2024
Jul 10, 2024
Jul 13, 2024
Jun 22, 2024

Repository files navigation

tunl

a serverless v2ray tunnel (docs)

Deploy

Easy Deploy (recommended)

click on the button below:

Deploy to Cloudflare Workers

and visit https://{YOUR-WORKERS-SUBDOMAIN}.workers.dev/link to get the config links.

Manually

  1. Create an API token from the cloudflare dashboard.
  2. Create a .env file based on .env.example and fill the values based on your tokens
Variable Description
CLOUDFLARE_API_TOKEN The API key retrieved from Cloudflare dashboard
  1. Deploy
$ make deploy
  1. Modify the xray config and run:
$ xray -c ./config/xray.json

Contributing

Contributions are very welcome. Before contributing, make sure to look at the contribution documentation in HACKING.md.