From 14afeab2bbdbe688c34335b2617f54490756a07f Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:55:36 +0800 Subject: [PATCH] Fix https://github.com/2dust/v2rayN/issues/5640 --- v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs b/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs index f0b366d686..86d835b666 100644 --- a/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs +++ b/v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs @@ -1250,7 +1250,7 @@ private int GenDnsDomains(ProfileItem? node, SingboxConfig singboxConfig, DNSIte private int GenExperimental(SingboxConfig singboxConfig) { - if (_config.guiItem.enableStatistics) + //if (_config.guiItem.enableStatistics) { singboxConfig.experimental ??= new Experimental4Sbox(); singboxConfig.experimental.clash_api = new Clash_Api4Sbox()