This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
revert stop call
tags/2.3
clowwindy
10 years ago
parent
082494d587
commit
6192e09970
2 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
shadowsocks-csharp/Controller/ShadowsocksController.cs
+0
-2
shadowsocks-csharp/Program.cs
+ 0
- 5
shadowsocks-csharp/Controller/ShadowsocksController.cs
View File
@@ -132,11 +132,6 @@ namespace Shadowsocks.Controller
{
polipoRunner.Stop();
}
if (pacServer != null)
{
pacServer.Stop();
pacServer = null;
}
if (_config.enabled)
{
SystemProxy.Disable();
+ 0
- 2
shadowsocks-csharp/Program.cs
View File
@@ -45,8 +45,6 @@ namespace Shadowsocks
controller.Start();
Application.Run();
controller.Stop();
}
}
}
Write
Preview
Loading…
Cancel
Save