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
Merge pull request
#2163
from celeron533/update_system_proxy
Update the system proxy when user-rule.txt changed
tags/4.1.4
Allen Zhu
GitHub
6 years ago
parent
9f1a70beb2
5ffb7c4ca5
commit
6e79f939ad
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
shadowsocks-csharp/Controller/ShadowsocksController.cs
+ 1
- 0
shadowsocks-csharp/Controller/ShadowsocksController.cs
View File
@@ -614,6 +614,7 @@ namespace Shadowsocks.Controller
{
{
GFWListUpdater.MergeAndWritePACFile(FileManager.NonExclusiveReadAllText(Utils.GetTempPath("gfwlist.txt")));
GFWListUpdater.MergeAndWritePACFile(FileManager.NonExclusiveReadAllText(Utils.GetTempPath("gfwlist.txt")));
}
}
UpdateSystemProxy();
}
}
public void CopyPacUrl()
public void CopyPacUrl()
Write
Preview
Loading…
Cancel
Save