mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
此处修复一个诡异的BUG 感谢@ColinWood Tap模式 Mux不能为Null 否则Netch内存占用极大
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user