Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 0a4fc6c

Browse files
committed
update core to v2.11.2
1 parent 110f70e commit 0a4fc6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

V2RayW/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static class Program
2222
public static bool proxyIsOn = false;
2323
public static int proxyMode = 0;
2424
public static MainForm mainForm;
25-
const string v2rayVersion = "v2.11";
25+
const string v2rayVersion = "v2.11.2";
2626
static BackgroundWorker v2rayCoreWorker = new System.ComponentModel.BackgroundWorker();
2727
public static AutoResetEvent _resetEvent = new AutoResetEvent(false);
2828
public static bool finalAction = false;
@@ -99,6 +99,7 @@ private static void V2rayCoreWorker_DoWork(object sender, System.ComponentModel.
9999
throw new NotImplementedException();
100100
}
101101

102+
/*
102103
static void OnProcessExit(object sender, EventArgs e)
103104
{
104105
Properties.Settings.Default.proxyIsOn = Program.proxyIsOn;
@@ -114,7 +115,7 @@ static void OnProcessExit(object sender, EventArgs e)
114115
MessageBox.Show("dsaf");
115116
updateSystemProxy();
116117
_resetEvent.WaitOne();
117-
}
118+
}*/
118119

119120
//{"address":"v2ray.cool","allowPassive":0,"alterId":64,"network":0,"port":10086,"remark":"test server","userId":"23ad6b10-8d1a-40f7-8ad0-e3e35cd38297"}
120121
internal static string profileToStr(Profile p)

0 commit comments

Comments
 (0)