Try to unbind sockets

This commit is contained in:
mathias 2018-12-15 16:38:22 +02:00
parent ae50840ffd
commit 4d55baaeb4

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 -o ServerAliveInterval=1 -o ServerAliveCountMax=1 -S none -N -T -R 31337:localhost:25565 play.kaboom.pw
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o StreamLocalBindUnlink=yes -S none -N -T -R 31337:localhost:25565 play.kaboom.pw
sleep 1
done'