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