此处修复一个诡异的BUG 感谢@ColinWood Tap模式 Mux不能为Null 否则Netch内存占用极大

This commit is contained in:
Amazing_DM
2020-03-27 12:03:31 +08:00
parent 9ad5e16f47
commit bdaab4f1ac

View File

@@ -127,14 +127,18 @@ namespace Netch.Controllers
enabled = server.UseMux
}
},
new Models.Information.VMess.Outbounds
//此处修复一个诡异的BUG 感谢@ColinWood Tap模式 Mux不能为Null 否则Netch内存占用极大
/*new Models.Information.VMess.Outbounds
{
tag = "direct",
protocol = "freedom",
settings = null,
streamSettings = null,
*//*mux = new Models.Information.VMess.OutboundMux(){
enabled = true
}*//*
mux = null
}
}*/
},
routing = new Models.Information.VMess.Routing
{
@@ -147,7 +151,7 @@ namespace Netch.Controllers
{
"geoip:cn",
"geoip:private"
},
domain = new List<string>
{