Skip to content

Commit a58228c

Browse files
committed
fix: uncomment actual proxy command
1 parent fb94815 commit a58228c

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
@@ -224,4 +224,4 @@ output_info "Starting proxy... $FG_C${LOCAL_DOMAIN}$FG_N:$FG_M${LOCAL_PORT}$RESE
224224
echo
225225
output_tagged_string "$BG_N" "Proxy URL" "https://$PROXY_DOMAIN"
226226
echo
227-
#ssh -tR ${PROXY_PORT}:${LOCAL_DOMAIN}:${LOCAL_PORT} [email protected] sirtunnel.py ${PROXY_DOMAIN} ${PROXY_PORT}
227+
ssh -tR ${PROXY_PORT}:${LOCAL_DOMAIN}:${LOCAL_PORT} [email protected] sirtunnel.py ${PROXY_DOMAIN} ${PROXY_PORT}

0 commit comments

Comments
 (0)