From 7e6d874421d3bbdfc9a7211a0e8046766262c2a7 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Tue, 10 May 2022 12:02:34 +0800 Subject: [PATCH] enhance tunnel readme. --- cloudflared-tunnel.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cloudflared-tunnel.md b/cloudflared-tunnel.md index 40add50..83e52ac 100644 --- a/cloudflared-tunnel.md +++ b/cloudflared-tunnel.md @@ -28,7 +28,7 @@ 1. 定义一个自己的二级域名,不要和其他的二级域名冲突。 -> 这个域名需要最后配置在 V2ray 客户端中。 +> 这个域名就是你 tunnel 的地址,需要最后配置在 V2ray 客户端中。 2. Service 配成自己 heroku 的名字, \*\*\*.herokuapp.com @@ -39,8 +39,10 @@ Cloudflare Tunnel 的配置,运行在 herokuapp 的 Cloudflared 会动态获取。 也就是说,如果成功后,你在 Cloudflare Tunnel 的改动会动态同步到 herokuapp 中。 +重新部署 herokuapp 成功后, 记得在浏览器输入你 tunnel 地址和 自己 herokuapp 的地址,如果返回 Bad Request 字样,代表一切通顺。tunnel 地址可能会有 1 分钟左右延迟。 + ## v2rayN -其他配置和直接连接 herokuapp 是**一样的**,只需要把 v2rayN 的配置**地址改成你自己 tunnel 的域名**就可以。也就是你在设置 tunnel,添加的自己的域名。 +其他配置和直接连接 herokuapp 是**一样的**,只需要把 v2rayN 的配置**地址改成你自己 tunnel 的地址**就可以。也就是你在设置 tunnel,添加的自己的域名。 ![V2rayN-tunnel](./readme-data/V2rayN-tunnel.jpg)