diff --git a/src/redir.c b/src/redir.c index 42dafb40..e3d250ae 100644 --- a/src/redir.c +++ b/src/redir.c @@ -1074,7 +1074,7 @@ main(int argc, char **argv) } if (method == NULL) { - method = "rc4-md5"; + method = "chacha20-ietf-poly1305"; } if (timeout == NULL) {