feat(脚本): 添加urlEncode

pull/534/merge
mack-a 2020-09-27 21:23:55 +08:00
parent f77ce1ec45
commit 2f5358809a
1 changed files with 2 additions and 0 deletions

View File

@ -1215,6 +1215,7 @@ defaultBase64Code(){
echoContent green ' {"port":"443","ps":"'${ps}'","tls":"tls","id":'"${id}"',"aid":"0","v":"2","host":"'${host}'","type":"none","path":'${path}',"net":"ws","add":"'${add}'","allowInsecure":0,"method":"none","peer":"'${host}'"}\n' echoContent green ' {"port":"443","ps":"'${ps}'","tls":"tls","id":'"${id}"',"aid":"0","v":"2","host":"'${host}'","type":"none","path":'${path}',"net":"ws","add":"'${add}'","allowInsecure":0,"method":"none","peer":"'${host}'"}\n'
elif [[ "${type}" = "trojan" ]] elif [[ "${type}" = "trojan" ]]
then then
# URLEncode
echoContent yellow " ---> Trojan(TLS)" echoContent yellow " ---> Trojan(TLS)"
echoContent green " trojan://${id}@${host}:443?peer=${host}&sni=${host}\n" echoContent green " trojan://${id}@${host}:443?peer=${host}&sni=${host}\n"
echoContent yellow " ---> 二维码 Trojan(TLS)" echoContent yellow " ---> 二维码 Trojan(TLS)"
@ -1222,6 +1223,7 @@ defaultBase64Code(){
elif [[ "${type}" = "trojangows" ]] elif [[ "${type}" = "trojangows" ]]
then then
# URLEncode
echoContent yellow " ---> Trojan-Go(WS+TLS)" echoContent yellow " ---> Trojan-Go(WS+TLS)"
echoContent green " trojan://${id}@${host}:443?plugin=obfs-local&obfs=websocket&obfs-host=${host}&obfs-uri=${path}&peer=${host}&sni=${host}\n" echoContent green " trojan://${id}@${host}:443?plugin=obfs-local&obfs=websocket&obfs-host=${host}&obfs-uri=${path}&peer=${host}&sni=${host}\n"
echoContent yellow " ---> 二维码 Trojan-Go(WS+TLS)" echoContent yellow " ---> 二维码 Trojan-Go(WS+TLS)"