Disable buggy cache.db

This commit is contained in:
Valeriy Manzhos 2026-04-10 14:18:51 +03:00
parent 51652c0899
commit 38e70570ba
No known key found for this signature in database
GPG key ID: 6547CFC8E2EC3D90

View file

@ -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
};