Fix the failure of visiting google.com in 0 mode

This commit is contained in:
xiejx5
2020-06-01 01:51:57 +08:00
committed by GitHub
parent 6b872701a4
commit 16d9cb77ce

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"