mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
Merge pull request #279 from xiejx5/patch-1
Fix the failure of visiting google.com in 0 mode
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user