Removed debug print statement

This commit is contained in:
Dreaded_X 2022-02-01 03:30:53 +01:00
parent d4b470989f
commit 59f55956ec

View File

@ -4,6 +4,4 @@ PORT=$1
DOMAIN=$2
INTERNAL_PORT=$(shuf -i 1024-65535 -n 1)
echo $PORT $DOMAIN $INTERNAL_PORT
ssh -tR $INTERNAL_PORT:localhost:$PORT tunnel@10.0.0.2 -p 2222 $INTERNAL_PORT $DOMAIN