From ed0108e8679a320f78fbe7ea46773cf1e01dea60 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 18 Apr 2020 03:45:33 +0300 Subject: [PATCH] Stop pointing to play.kaboom.pw --- script/proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/proxy.sh b/script/proxy.sh index 84513b5..e96199a 100755 --- a/script/proxy.sh +++ b/script/proxy.sh @@ -12,6 +12,6 @@ while true; do -c aes128-ctr \ -C -S none -N -T -R \ 25565:localhost:25565 \ - remote@play.kaboom.pw + remote@152.67.69.20 sleep 1 done