From 38e70570baddbfb08c76ba58ba4ef741450a6cb7 Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:18:51 +0300 Subject: [PATCH] Disable buggy cache.db --- .../Services/CoreConfig/Singbox/SingboxStatisticService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Services/CoreConfig/Singbox/SingboxStatisticService.cs b/v2rayN/ServiceLib/Services/CoreConfig/Singbox/SingboxStatisticService.cs index e2beff34..9af6a048 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/Singbox/SingboxStatisticService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/Singbox/SingboxStatisticService.cs @@ -18,7 +18,7 @@ public partial class CoreConfigSingboxService _coreConfig.experimental ??= new Experimental4Sbox(); _coreConfig.experimental.cache_file = new CacheFile4Sbox() { - enabled = true, + enabled = false, path = Utils.GetBinPath("cache.db"), store_fakeip = context.SimpleDnsItem.FakeIP == true };