Skip to content

Commit

Permalink
feat(脚本): 格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed May 7, 2021
1 parent 4789d31 commit b26b760
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2302,9 +2302,7 @@ EOF
echoContent yellow " ---> 二维码 VLESS(VLESS+gRPC+TLS)"
echoContent green " https://api.qrserver.com/v1/create-qr-code/?size=400x400&data=vless%3A%2F%2F${VLESSID}%40${add}%3A${port}%3Fencryption%3Dnone%26security%3Dtls%26type%3Dgrpc%26host%3D${host}%26path%3D${path}%23${VLESSEmail}"

elif
[[ "${type}" == "trojan" ]]
then
elif [[ "${type}" == "trojan" ]]; then
# URLEncode
echoContent yellow " ---> Trojan(TLS)"
echoContent green " trojan://${id}@${host}:${port}?peer=${host}&sni=${host}\n"
Expand Down

0 comments on commit b26b760

Please sign in to comment.