https://github.com/2dust/v2rayN/issues/5437
This commit is contained in:
2dust 2024-07-31 20:13:41 +08:00
parent 87a71d58e8
commit 6e7196bb27

View file

@ -399,6 +399,7 @@ namespace v2rayN.Handler.CoreConfig
}
else
{
GenInbounds(singboxConfig);
GenExperimental(singboxConfig);
JsonUtils.ToFile(singboxConfig, fileName, false);
}