Change port

This commit is contained in:
mathias 2018-12-14 16:42:57 +02:00
parent 765a26a776
commit 7affb38e14

View file

@ -12,7 +12,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
done'
./tmux new -d -s remote 'while true; do
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -S none -N -T -R 1337:localhost:25565 play.kaboom.pw
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -S none -N -T -R 31337:localhost:25565 play.kaboom.pw
sleep 1
done'