From f499b5d88926bc42eb2a1aa84e73532238f1e2d0 Mon Sep 17 00:00:00 2001 From: AliBelali <121201502+AliBelali@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:41:16 +0330 Subject: [PATCH] Update default.json surprisingly I discoverd when sniffing is enabled at client side, multi routing does not work properly (just sometimes) but after disabling sniffing at client side, multirouting works perfectly fine. --- sub/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/default.json b/sub/default.json index 840bf93e..7278803a 100644 --- a/sub/default.json +++ b/sub/default.json @@ -25,7 +25,7 @@ "tls", "fakedns" ], - "enabled": true + "enabled": false }, "tag": "socks" },