diff --git a/shadowsocks-csharp/Model/Server.cs b/shadowsocks-csharp/Model/Server.cs index 9d28d2d2..88f72c2c 100755 --- a/shadowsocks-csharp/Model/Server.cs +++ b/shadowsocks-csharp/Model/Server.cs @@ -70,7 +70,7 @@ namespace Shadowsocks.Model { server = ""; server_port = 8388; - method = "aes-256-cfb"; + method = "chacha20-ietf-poly1305"; plugin = ""; plugin_opts = ""; plugin_args = "";