Browse Source
Merge pull request #2552 from ivq/fix-redir
Fix redir default cipher
pull/2555/head
Max Lv
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/redir.c
|
@ -1074,7 +1074,7 @@ main(int argc, char **argv) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (method == NULL) { |
|
|
if (method == NULL) { |
|
|
method = "rc4-md5"; |
|
|
|
|
|
|
|
|
method = "chacha20-ietf-poly1305"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (timeout == NULL) { |
|
|
if (timeout == NULL) { |
|
|