Sing-box cache file specified path
https://github.com/2dust/v2rayN/issues/6460
This commit is contained in:
@@ -1259,7 +1259,8 @@ namespace ServiceLib.Services.CoreConfig
|
||||
singboxConfig.experimental ??= new Experimental4Sbox();
|
||||
singboxConfig.experimental.cache_file = new CacheFile4Sbox()
|
||||
{
|
||||
enabled = true
|
||||
enabled = true,
|
||||
path = Utils.GetConfigPath("cache.db")
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user