Browse Source

Fix redir default cipher

pull/2552/head
igor 5 years ago
parent
commit
0b737a9525
1 changed files with 1 additions and 1 deletions
  1. 2
      src/redir.c

2
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) {

Loading…
Cancel
Save