mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-23 16:38:34 +08:00
add readme
This commit is contained in:
12
README.md
12
README.md
@@ -15,11 +15,8 @@
|
||||
|
||||
应需求,加上首页伪装,如果你有想法,请自己把想要的html放入到 项目html 文件,然后后续 action 部署会自动拿到。
|
||||
|
||||
## !!!!!!! **对于老用户是 breaking change, 对ws 新加了path, 请注意查看客户端配置**
|
||||
## !!!!!!! **对于一些老用户是 breaking change, 对 ws 的 path 做了修改, 请注意查看客户端配置**
|
||||
|
||||
## !!!!!!! **对于老用户是 breaking change, 对ws 新加了path, 请注意查看客户端配置**
|
||||
|
||||
## !!!!!!! **对于老用户是 breaking change, 对ws 新加了path, 请注意查看客户端配置**
|
||||
|
||||
首先查看别人的 [youtube 教程](https://www.youtube.com/watch?v=xHZyDsFYdvA),了解怎么配置 v2ray-heroku。**本项目使用最新 VLESS 协议,请在客户端配置选择 VLESS**。
|
||||
[详细 VLESS websocket 客户端配置](#vless-websocket-客户端配置) 。
|
||||
@@ -35,6 +32,7 @@
|
||||
|
||||
- 利用 cloudflare CDN 进行加速。
|
||||
- **利用 [cloudflare tunnel](https://www.cloudflare.com/products/tunnel/) 进行加速。**
|
||||
- **随机生成首页。每次部署都会产生随机首页。**
|
||||
|
||||
```text
|
||||
项目Dockerfile是基于V2fly 官方镜像制作。仅仅增加生产配置文件的脚本。重新部署就可以更新到最新的v2ray。
|
||||
@@ -51,7 +49,7 @@
|
||||
|
||||
> 如果被heroku 提示错误,请用 github action 来部署。
|
||||
|
||||
> 部署成功后,可以先用浏览器访问 ***.herokuapp.com, 查看页面是否能正常访问。
|
||||
> 部署成功后,可以先用浏览器访问 ***.herokuapp.com, 查看页面是否能正常访问。会显示一个随机的维基百科页面。
|
||||
|
||||
## Github Actions 管理
|
||||
|
||||
@@ -155,6 +153,9 @@ addEventListener("fetch", (event) => {
|
||||
});
|
||||
```
|
||||
|
||||
如果 worker 不好用,请用自己域名代理 worker
|
||||
https://owo.misaka.rest/cf-workers-ban-solution/
|
||||
|
||||
为 worker 选择速度更快的 IP。
|
||||
https://github.com/badafans/better-cloudflare-ip
|
||||
|
||||
@@ -215,7 +216,6 @@ https://github.com/badafans/better-cloudflare-ip
|
||||
|
||||
### v2rayN
|
||||
|
||||
path 是 **/ws**
|
||||
|
||||
换成 [V2rayN](https://github.com/2dust/v2rayN)
|
||||
|
||||
|
||||
@@ -47,4 +47,4 @@ Cloudflare Tunnel 的配置,运行在 herokuapp 的 Cloudflared 会动态获
|
||||
|
||||
其他配置和直接连接 herokuapp 是**一样的**,只需要把 v2rayN 的配置**地址改成你自己 tunnel 的地址**就可以。也就是你在设置 tunnel,添加的自己的域名。
|
||||
|
||||

|
||||

|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user