From 16d9cb77cec9c4096391d2684e761cdbd9722b22 Mon Sep 17 00:00:00 2001 From: xiejx5 Date: Mon, 1 Jun 2020 01:51:57 +0800 Subject: [PATCH] Fix the failure of visiting google.com in 0 mode --- Netch/Controllers/VMessController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Controllers/VMessController.cs b/Netch/Controllers/VMessController.cs index bd33bef8..338203fc 100644 --- a/Netch/Controllers/VMessController.cs +++ b/Netch/Controllers/VMessController.cs @@ -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"