Skip to content

Commit

Permalink
Change the default encryption method of ss-libev to aes-128-gcm
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed May 11, 2022
1 parent efbd468 commit 3a90ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare/shadowsocks_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install_prepare_cipher(){
while true
do
if [ "${SS_VERSION}" = "ss-libev" ]; then
local tempNum=16
local tempNum=17
local SHADOWSOCKS_CIPHERS=( "${SHADOWSOCKS_LIBEV_CIPHERS[@]}" )
elif [ "${SS_VERSION}" = "ss-rust" ]; then
local tempNum=3
Expand Down

0 comments on commit 3a90ff1

Please sign in to comment.