mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-03 10:55:36 +00:00
Enable compression
This commit is contained in:
parent
3405b90857
commit
286acb4ec3
1 changed files with 1 additions and 1 deletions
|
@ -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 53950:localhost:25565 -p 53940 remote@play.kaboom.pw
|
||||
ssh -i ~/.ssh/remote -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 53950:localhost:25565 -p 53940 remote@play.kaboom.pw
|
||||
sleep 1
|
||||
done'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue