a serverless v2ray tunnel (docs)
click on the button below:
and visit https://{YOUR-WORKERS-SUBDOMAIN}.workers.dev/link to get the config links.
- Create an API token from the cloudflare dashboard.
- 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 |
- Deploy
$ make deploy
- Modify the xray config and run:
$ xray -c ./config/xray.json
Contributions are very welcome. Before contributing, make sure to look at the contribution documentation in HACKING.md.