mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Socks5无验证时不显示流量统计
更新PAC
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Netch.Controllers
|
||||
|
||||
if (mode.Type == 3)
|
||||
{
|
||||
if (mode.BypassChina)
|
||||
if ((MainController.Server.Type == "Socks5" || MainController.Server.Type == "Trojan") && mode.BypassChina)
|
||||
{
|
||||
//启动PAC服务器
|
||||
PACServerHandle.InitPACServer("127.0.0.1");
|
||||
|
||||
Reference in New Issue
Block a user