Browse Source

Change default method to chacha20-ietf-poly1305

tags/4.1.9.0
Student Main 4 years ago
parent
commit
f01ccd801f
1 changed files with 1 additions and 1 deletions
  1. +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_port = 8388;
method = "aes-256-cfb";
method = "chacha20-ietf-poly1305";
plugin = "";
plugin_opts = "";
plugin_args = "";


Loading…
Cancel
Save