mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Sing-box cache file specified path
https://github.com/2dust/v2rayN/issues/6460
This commit is contained in:
parent
1a5eeb9401
commit
baf90cfbdd
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue