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 default method to chacha20-ietf-poly1305
tags/4.1.9.0
Student Main
5 years ago
parent
9fc0de9501
commit
f01ccd801f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
shadowsocks-csharp/Model/Server.cs
+ 1
- 1
shadowsocks-csharp/Model/Server.cs
View File
@@ -70,7 +70,7 @@ namespace Shadowsocks.Model
{
{
server = "";
server = "";
server_port = 8388;
server_port = 8388;
method = "
aes-256-cfb
";
method = "
chacha20-ietf-poly1305
";
plugin = "";
plugin = "";
plugin_opts = "";
plugin_opts = "";
plugin_args = "";
plugin_args = "";
Write
Preview
Loading…
Cancel
Save