Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit a946f94

Browse files
committed
mode=websocket for ss
1 parent 11cb17b commit a946f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2gun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ show_links() {
206206

207207
colorEcho ${BLUE} "Shadowsocks"
208208
local user_ss="$(printf %s "aes-128-gcm:${uuid}" | base64 --wrap=0)"
209-
local uri_ss="${user_ss}@${sni}:443/?plugin=`urlEncode "v2ray-plugin;tls;host=${sni};path=${path};mux=0"`#`urlEncode "${sni} (SS)"`"
209+
local uri_ss="${user_ss}@${sni}:443/?plugin=`urlEncode "v2ray-plugin;tls;mode=websocket;host=${sni};path=${path};mux=0"`#`urlEncode "${sni} (SS)"`"
210210
printf "%s\n" "ss://${uri_ss}"
211211

212212
#colorEcho ${YELLOW} "===============配 置 文 件==============="

0 commit comments

Comments
 (0)