forked from vfarid/v2ray-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1 @@ | ||
# V2Ray Worker | ||
Total solution for v2ray configs over Cloudflare's worker | ||
|
||
[نسخه فارسی](https://github.com/vfarid/v2ray-worker/blob/main/README-fa.md) | ||
|
||
## How to use | ||
|
||
To be completed... | ||
|
||
## Deploy | ||
1. Fork this Repo and enable Github Action | ||
2. Open CloudFlare and create KV namespace with name `settings` then copy the ID | ||
3. Go to this forked repo and set secrets with name `KV_NAME` and fill with KV settings ID | ||
4. Edit this `README.md` file, then find and replace this button url bellow with yours `https://github.com/USER/REPO_NAME` then save it. | ||
4. then press `Deploy With Workers` and follow the instruction | ||
|
||
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/vfarid/v2ray-worker) | ||
|
||
### Credits | ||
Built-in vless config generator is based on [Zizifn Edge Tunnel](https://github.com/zizifn/edgetunnel), re-written using Typescript. |