Update On Sat Nov 30 19:35:51 CET 2024

This commit is contained in:
github-action[bot]
2024-11-30 19:35:52 +01:00
parent 6fbb1f1d33
commit fce6606d15
43 changed files with 938 additions and 178 deletions
@@ -27,7 +27,7 @@
get
{
_statePort2 ??= Utils.GetFreePort(GetLocalPort(EInboundProtocol.api2));
return _statePort2.Value;
return _statePort2.Value + (_config.TunModeItem.EnableTun ? 1 : 0);
}
}
@@ -79,6 +79,13 @@
return true;
}
public bool Reset()
{
_statePort = null;
_statePort2 = null;
return true;
}
#endregion Init
#region Config