From ba635c599065a88d5ba9d0fcd94a1f4939140da1 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Sun, 29 Dec 2019 14:49:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20v2ray-plugin=20=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E8=BE=93=E5=87=BA=20mux:=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/index.ts b/lib/utils/index.ts index 5417f42e5..961f848f1 100644 --- a/lib/utils/index.ts +++ b/lib/utils/index.ts @@ -594,6 +594,7 @@ export const getClashNodes = ( } : null), host: nodeConfig['obfs-host'], path: nodeConfig['obfs-uri'] || '/', + mux: false, }, } : null), };