2dust 3 months ago
parent
commit
14afeab2bb
  1. 2
      v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs

2
v2rayN/ServiceLib/Handler/CoreConfig/CoreConfigSingbox.cs

@ -1250,7 +1250,7 @@ namespace ServiceLib.Handler.CoreConfig
private int GenExperimental(SingboxConfig singboxConfig)
{
if (_config.guiItem.enableStatistics)
//if (_config.guiItem.enableStatistics)
{
singboxConfig.experimental ??= new Experimental4Sbox();
singboxConfig.experimental.clash_api = new Clash_Api4Sbox()

Loading…
Cancel
Save