Skip to content

Commit

Permalink
fix: uncomment actual proxy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonej committed Oct 18, 2024
1 parent fb94815 commit a58228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proxy
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ output_info "Starting proxy... $FG_C${LOCAL_DOMAIN}$FG_N:$FG_M${LOCAL_PORT}$RESE
echo
output_tagged_string "$BG_N" "Proxy URL" "https://$PROXY_DOMAIN"
echo
#ssh -tR ${PROXY_PORT}:${LOCAL_DOMAIN}:${LOCAL_PORT} proxy@local.sourcetoadtest.com sirtunnel.py ${PROXY_DOMAIN} ${PROXY_PORT}
ssh -tR ${PROXY_PORT}:${LOCAL_DOMAIN}:${LOCAL_PORT} proxy@local.sourcetoadtest.com sirtunnel.py ${PROXY_DOMAIN} ${PROXY_PORT}

0 comments on commit a58228c

Please sign in to comment.