From 9341e3546cdf4f3fb229cb3031cf9bbab2613024 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sun, 10 Nov 2019 15:26:19 +0200 Subject: [PATCH] Update proxy --- script/remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/remote b/script/remote index a71945d..c828542 100755 --- a/script/remote +++ b/script/remote @@ -1,3 +1,3 @@ #!/bin/sh export AUTOSSH_POLL=30 -autossh -M 53941 -i ~/.ssh/remote -o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 53950:localhost:25565 -R 53951:localhost:25566 -p 53940 remote@play.kaboom.pw +autossh -M 25564 -i ~/.ssh/remote -o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 25565:localhost:25565 remote@play.kaboom.pw