Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 authored Sep 3, 2021
1 parent 56795e0 commit d33c331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trojan-go\trojan+naiveproxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
介绍:

本示例包括 trojan-go\trojan 与 naiveproxy 应用。trojan-go 或 trojan 服务端前置(监听443端口)处理来自墙内的 HTTPS 请求,如果是合法的 trojan-go 或 trojan 客户端请求,那么为该请求提供服务(科学上网);否则将已解除 TLS 的流量回落(转发)给 WEB 服务器 caddy,由 caddy 为其提供服务;若 caddy 发现是 naiveproxy 流量就进行正向代理。其应用如下:
本示例包括 trojan-go\trojan 与 naiveproxy 应用。trojan-go 或 trojan 服务端前置(监听443端口)处理来自墙内的 HTTPS 请求,如果是合法的 trojan-go 或 trojan 客户端请求,那么为该请求提供服务(科学上网);否则将已解除 TLS 的流量请求回落(转发)给 WEB 服务器 caddy,由 caddy 为其提供服务;若 caddy 发现是 naiveproxy 流量就进行正向代理。其应用如下:

1、trojan-go或trojan(回落配置,tls由自己提供及处理。)

Expand Down

0 comments on commit d33c331

Please sign in to comment.