From 98aeaac080b3142202810b4c48b19d6b5d2d1af2 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 11 Apr 2026 16:42:44 +0200 Subject: [PATCH] Adding loopback fix --- tunnel-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunnel-entrypoint.sh b/tunnel-entrypoint.sh index 32705e9..28b6b10 100644 --- a/tunnel-entrypoint.sh +++ b/tunnel-entrypoint.sh @@ -10,5 +10,5 @@ exec autossh -M 0 -N \ -o "ServerAliveInterval=30" \ -o "ServerAliveCountMax=3" \ -o "ExitOnForwardFailure=yes" \ - -R 127.0.0.1:50001:agent0:80 \ + -R 0.0.0.0:50001:agent0:80 \ tunnel@glitch.university