Update MainForm.cs

This commit is contained in:
2dust 2019-10-24 08:42:55 +08:00
parent 473e0cf839
commit 5b00bf82fb

View file

@ -35,6 +35,7 @@ namespace v2rayN.Forms
Utils.ClearTempPath();
v2rayHandler.V2rayStop();
HttpProxyHandle.Update(config, true);
HttpProxyHandle.CloseHttpAgent(config);
PACServerHandle.Stop();