Change port

This commit is contained in:
mathias 2019-04-13 14:23:39 +03:00
parent 0166462ae4
commit 887913bb75

View file

@ -18,7 +18,7 @@ tmux new -d -s server 'while true; do
done'
tmux new -d -s remote 'while true; do
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -S none -N -T -R 62570:localhost:25565 kaboom.pw@play.kaboom.pw
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -S none -N -T -R 49450:localhost:25565 kaboom.pw@play.kaboom.pw
sleep 1
done'
@ -41,3 +41,5 @@ while true; do
done &
sleep infinity
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -S none -R 62570:localhost:25565 kaboom.pw@play.kaboom.pw