1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-16 14:43:14 +03:00

Update README.md

This commit is contained in:
proxysu 2020-05-19 18:51:49 +08:00 committed by GitHub
parent e622fc3e80
commit eb3b4ddc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,10 @@ V2ray, Trojan,NaiveProxy,BBR install tools for windows。V2rayTrojanNaiveP
* [igniterAndroid](https://github.com/trojan-gfw/igniter/releases)导入二维码和网址
Trojan官方的Windows客户端需要安装 [vc_redist.x64.exe](https://aka.ms/vs/16/release/vc_redist.x64.exe)。[官方说明](https://github.com/trojan-gfw/trojan/wiki/Binary-&-Package-Distributions#windows-vista)
###### NaiveProxy支持生成用于:
###### NaiveProxy支持生成用于
* [NaiveProxy官方客户端](https://github.com/klzgrad/naiveproxy/releases)配置文件windows客户端配置
* [NaiveGUI](https://github.com/ExcitedCodes/NaiveGUI/releases)URL导入链接。(第三方Windows客户端)
这里多说几句NaiveProxy现在墙越来越高翻墙软件需要隐藏访问目标网址和加密数据的同时还要隐藏自己的流量特征不被识别出是代理流量。V2rayTrojan都有其自己的实现。而NaiveProxy是配合Caddy的一个http.forwardproxy插件插件有防嗅探转发流量的功能。代理http流量很完美但是在代理https流量时会出现长度特征NaiverProxy则弥补了这一点消除了代理https时的流量特征另外还应用 [Chrome's network stack](https://www.chromium.org/developers/design-documents/network-stack).更好的消除TLS的指纹特征。详细介绍请看项目官方介绍[NaiveProxy官方文档](https://github.com/klzgrad/naiveproxy)。有兴趣的不妨一试。
## 程序工作流程: