Skip to content

Commit 68dc779

Browse files
committed
fix: update username in proxy script
1 parent d68a3f7 commit 68dc779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ output_info "Starting proxy... $FG_C${LOCAL_DOMAIN}$FG_N:$FG_M${LOCAL_PORT}$RESE
268268
echo
269269
output_tagged_string "$BG_N" "Proxy URL" "https://$PROXY_DOMAIN"
270270
echo
271-
ssh -tR "${PROXY_PORT}:${LOCAL_DOMAIN}:${LOCAL_PORT}" proxy@local.sourcetoadtest.com sirtunnel.py "${PROXY_DOMAIN}" "${PROXY_PORT}"
271+
ssh -tR "${PROXY_PORT}:${LOCAL_DOMAIN}:${LOCAL_PORT}" sirtunnel@local.sourcetoadtest.com sirtunnel.py "${PROXY_DOMAIN}" "${PROXY_PORT}"

0 commit comments

Comments
 (0)