trojan-go
Here are 18 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Go
-
Updated
Oct 14, 2020
-
Updated
Oct 15, 2020 - C#
-
Updated
Oct 10, 2020 - HTML
-
Updated
Oct 15, 2020 - Shell
-
Updated
Oct 4, 2020 - Shell
-
Updated
Oct 13, 2020 - Shell
-
Updated
Sep 29, 2020
-
Updated
Jun 14, 2020 - Shell
-
Updated
Oct 15, 2020 - C++
-
Updated
Oct 14, 2020 - HTML
-
Updated
Jun 26, 2020 - Shell
-
Updated
Aug 13, 2020 - Lua
Improve this page
Add a description, image, and links to the trojan-go topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trojan-go topic, visit your repo's landing page and select "manage topics."
多实例(主要是v2ray多实例)需求,主要是两个场景,且难以用其它方式替代。请拨冗考虑,未来是否可以增加此特性。
场景1、代理链式转发
在 #742 中关于代理链式转发的讨论,使用proxySettings代理出站流量的方向是对的,但在实操中,结合机场的订阅,需要将机场的信息编辑到复杂路由的json配置中,当切换线路时非常的麻烦。
我现在的做法,是机场的代理提供一个本地socks5服务,比如端口为10801,v2ray中配置一个socks协议的outbound,作为vmess的proxySetting。整个链路大致是这样的: