Fix cache.db storage location
https://github.com/2dust/v2rayN/issues/6731
This commit is contained in:
@@ -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")
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user