Skip to content

Commit a78d8f7

Browse files
committed
Add https://t.me link to installation summary box
1 parent 00d1de8 commit a78d8f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mtproxymax.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3795,6 +3795,7 @@ show_install_summary() {
37953795
full_secret=$(build_faketls_secret "${SECRETS_KEYS[$i]}")
37963796
draw_box_line " ${BRIGHT_GREEN}${SECRETS_LABELS[$i]}:${NC}" "$w"
37973797
draw_box_line " ${CYAN}tg://proxy?server=${server_ip}&port=${PROXY_PORT}&secret=${full_secret}${NC}" "$w"
3798+
draw_box_line " ${CYAN}https://t.me/proxy?server=${server_ip}&port=${PROXY_PORT}&secret=${full_secret}${NC}" "$w"
37983799
draw_box_empty "$w"
37993800
done
38003801
fi

0 commit comments

Comments
 (0)