Skip to content

Commit 389ec9c

Browse files
committed
chore: add better-cloudflare-ip
1 parent e4a3448 commit 389ec9c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# v2ray-heroku
22

3+
> 遇到问题,请开 issue。
4+
35
首先查看别人的 [youtube 教程](https://www.youtube.com/watch?v=xHZyDsFYdvA),了解怎么配置 v2ray-heroku。如果你还想自动化你的 heroku,请查看下面的教程。
46

57
本项目是包含,
@@ -9,9 +11,11 @@
911
- 利用 cloudflare CDN 进行加速。
1012

1113
```text
12-
项目Dockerfile是基于V2fly 官方镜像制作。仅仅增加生产配置文件的脚本。后续,可以通过Actions 实现更新
14+
项目Dockerfile是基于V2fly 官方镜像制作。仅仅增加生产配置文件的脚本。重新部署就可以更新到最新的v2ray
1315
```
1416

17+
> 保持安全最简单的方式就是,保持软件更新。
18+
1519
## 一键部署
1620

1721
[![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) => {
8690
event.respondWith(fetch(request));
8791
});
8892
```
93+
94+
为 worker 选择速度更快的 IP。
95+
https://github.com/badafans/better-cloudflare-ip

0 commit comments

Comments
 (0)