Sing-box cache file specified path

https://github.com/2dust/v2rayN/issues/6460
pull/6465/head
2dust 2025-01-10 10:00:00 +08:00
parent 1a5eeb9401
commit baf90cfbdd
1 changed files with 2 additions and 1 deletions

View File

@ -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")
};
}