Browse Source

Merge pull request #2699 from studentmain/default-method

change default method to chacha20-ietf-poly1305
tags/4.1.9.0
Allen Zhu GitHub 4 years ago
parent
commit
803982258d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 = "";
server_port = 8388; server_port = 8388;
method = "aes-256-cfb";
method = "chacha20-ietf-poly1305";
plugin = ""; plugin = "";
plugin_opts = ""; plugin_opts = "";
plugin_args = ""; plugin_args = "";


Loading…
Cancel
Save