tunnel port fixes
frdel committed
May 15, 2025 at 11:34 UTC
ea81a5dc8d48d47cd247fb698ae41fed7ebf1c6b
2 files changed
+3
-2
docker/run/fs/exe/run_tunnel_api.sh
+2
-1
@@ -9,7 +9,8 @@ python /a0/preload.py --dockerized=true
9
echo "Starting A0..."
10
exec python /a0/run_tunnel.py \
11
--dockerized=true \
12
- --port=5070 \
12
+ --port=80 \
13
+ --tunnel_api_port=5070 \
14
--host="0.0.0.0" \
15
--code_exec_docker_enabled=false \
16
--code_exec_ssh_enabled=true \
webui/index.html
+1
-1
@@ -735,7 +735,7 @@
735
Share this URL to allow others to access your Agent Zero instance.
736
</div>
737
<div class="tunnel-link-persistence">
738
- This URL will persist until you stop the tunnel or restart Agent Zero.
738
+ This URL will persist until you stop the tunnel or restart the Docker container.
739
</div>
740
<div class="stop-tunnel-container">
741
<button class="btn btn-danger" @click="stopTunnel()">