mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Remove secret data from mihomo configuration
This commit is contained in:
parent
6b85aa0b03
commit
faff8e4ea2
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public class CoreConfigClashService
|
|||
|
||||
//external-controller
|
||||
fileContent["external-controller"] = $"{Global.Loopback}:{AppManager.Instance.StatePort2}";
|
||||
fileContent.Remove("secret");
|
||||
//allow-lan
|
||||
if (_config.Inbound.First().AllowLANConn)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue