Merge pull request #279 from xiejx5/patch-1

Fix the failure of visiting google.com in 0 mode
This commit is contained in:
Amazing_DM
2020-06-01 11:27:51 +08:00
committed by GitHub

View File

@@ -127,7 +127,7 @@ namespace Netch.Controllers
enabled = server.UseMux
}
},
(mode.Type==1||mode.Type==2) ? new Models.Information.VMess.Outbounds
(mode.Type==0||mode.Type==1||mode.Type==2) ? new Models.Information.VMess.Outbounds
{
tag = "TUNTAP",
protocol = "freedom"