Security: upgrade to wss:// (TLS) + update agent binaries

- Install scripts now connect via wss:// (encrypted WebSocket)
- Agent binaries rebuilt with TLS support (self-signed cert skip)
This commit is contained in:
dongsheng123132
2026-03-22 21:55:24 +08:00
parent 531980efa4
commit c32049e07a
5 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
set -e
RELAY_SERVER="ws://47.107.130.152:8900"
RELAY_SERVER="wss://47.107.130.152:8900"
TOKEN="uclaw-agent-pub"
TIMEOUT_HOURS=2
AGENT_DIR="/tmp/uclaw"