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
change PAC URL only when SystemProxy.Update
tags/4.1.9.0
Student Main
5 years ago
parent
84f8491513
commit
fb4f7ea2eb
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
shadowsocks-csharp/Controller/ShadowsocksController.cs
+1
-0
shadowsocks-csharp/Controller/System/SystemProxy.cs
+ 0
- 1
shadowsocks-csharp/Controller/ShadowsocksController.cs
View File
@@ -482,7 +482,6 @@ namespace Shadowsocks.Controller
_pacServer = new PACServer(_pacDaemon);
}
_pacServer.UpdatePACURL(_config);
if (gfwListUpdater == null)
{
gfwListUpdater = new GFWListUpdater();
+ 1
- 0
shadowsocks-csharp/Controller/System/SystemProxy.cs
View File
@@ -39,6 +39,7 @@ namespace Shadowsocks.Controller
}
else
{
pacSrv.UpdatePACURL(config);
pacUrl = pacSrv.PacUrl;
}
Sysproxy.SetIEProxy(true, false, null, pacUrl);
Write
Preview
Loading…
Cancel
Save