update
This commit is contained in:
parent
c27d29feee
commit
413cc884e3
@ -35,7 +35,7 @@ print_share_link() {
|
||||
|
||||
# 构建分享链接
|
||||
local share_link="tuic://$uuid:$password@$ipv4:$port?sni=$sni&alpn=h3&insecure=1&allowInsecure=1&congestion_control=bbr#Tuic节点"
|
||||
share_link = $(url_encode "$share_link")
|
||||
share_link=$(url_encode "$share_link")
|
||||
|
||||
# 输出分享链接
|
||||
echo -e "\033[32m"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user