Commit 389ec9c 1 parent e4a3448 commit 389ec9c Copy full SHA for 389ec9c
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# v2ray-heroku
2
2
3
+ > 遇到问题,请开 issue。
4
+
3
5
首先查看别人的 [ youtube 教程] ( https://www.youtube.com/watch?v=xHZyDsFYdvA ) ,了解怎么配置 v2ray-heroku。如果你还想自动化你的 heroku,请查看下面的教程。
4
6
5
7
本项目是包含,
9
11
- 利用 cloudflare CDN 进行加速。
10
12
11
13
``` text
12
- 项目Dockerfile是基于V2fly 官方镜像制作。仅仅增加生产配置文件的脚本。后续,可以通过Actions 实现更新 。
14
+ 项目Dockerfile是基于V2fly 官方镜像制作。仅仅增加生产配置文件的脚本。重新部署就可以更新到最新的v2ray 。
13
15
```
14
16
17
+ > 保持安全最简单的方式就是,保持软件更新。
18
+
15
19
## 一键部署
16
20
17
21
[ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://dashboard.heroku.com/new?template=https://github.com/zizifn/v2ray-heroku/tree/main )
@@ -86,3 +90,6 @@ addEventListener("fetch", (event) => {
86
90
event .respondWith (fetch (request));
87
91
});
88
92
```
93
+
94
+ 为 worker 选择速度更快的 IP。
95
+ https://github.com/badafans/better-cloudflare-ip
You can’t perform that action at this time.
0 commit comments