Skip to content

Commit

Permalink
Add more console output
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Jan 22, 2023
1 parent eda41bd commit 6e5fa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ run_xray() {
echo ""
echo "Share Link:"
echo trojan://"${USER_PASSWORD}@${REPL_SLUG}.${REPL_OWNER}.repl.co:443?security=tls&type=ws&path=${PATH_IN_LINK}#Replit"
echo "Trojan Password: ${USER_PASSWORD}, Websocket Path: ${USER_PATH}, Domain: ${REPL_SLUG}.${REPL_OWNER}.repl.co, Port: 443"
echo trojan://"${USER_PASSWORD}@${REPL_SLUG}.${REPL_OWNER}.repl.co:443?security=tls&type=ws&path=${PATH_IN_LINK}#Replit" >/tmp/link
echo ""
qrencode -t ansiutf8 </tmp/link
Expand Down

0 comments on commit 6e5fa79

Please sign in to comment.