Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from lxhao61:main #15

Merged
merged 20 commits into from
Sep 3, 2021
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
lxhao61 committed Sep 3, 2021
commit c48ff5568161e961c0886f5f300e1db37ae19b2f
2 changes: 1 addition & 1 deletion v2ray(vless\trojan+tcp+tls)+caddy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
介绍:

本示例配为 vless+tcp+tls 或 trojan+tcp+tls 应用。Xray\v2ray 服务端前置(监听443端口)处理来自墙内的 HTTPS 请求,如果是合法的 Xray\v2ray 客户端请求,那么为该请求提供服务(科学上网);否则将该解开 TLS 的流量回落(转发)给 WEB 服务器 caddy,由 caddy 为其提供服务。
本示例配为 vless+tcp+tls 或 trojan+tcp+tls 应用。Xray\v2ray 服务端前置(监听443端口)处理来自墙内的 HTTPS 请求,如果是合法的 Xray\v2ray 客户端请求,那么为该请求提供服务(科学上网);否则将该已解除 TLS 的流量回落(转发)给 WEB 服务器 caddy,由 caddy 为其提供服务。

原理:

Expand Down