Fix cache.db storage location

https://github.com/2dust/v2rayN/issues/6731
This commit is contained in:
2dust 2025-02-19 10:06:47 +08:00
parent e0f005bd96
commit eee87ded29

View file

@ -1324,7 +1324,7 @@ namespace ServiceLib.Services.CoreConfig
singboxConfig.experimental.cache_file = new CacheFile4Sbox()
{
enabled = true,
path = Utils.GetBinConfigPath("cache.db")
path = Utils.GetBinPath("cache.db")
};
}