mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-14 19:45:45 +00:00
Disable buggy cache.db
This commit is contained in:
parent
51652c0899
commit
38e70570ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue