diff --git a/website/agent.ps1 b/website/agent.ps1 index 32e00fa..b3a2d75 100644 --- a/website/agent.ps1 +++ b/website/agent.ps1 @@ -7,7 +7,7 @@ try { chcp 65001 | Out-Null } catch {} Set-ExecutionPolicy Bypass -Scope Process -Force -ErrorAction SilentlyContinue -$RELAY_SERVER = "ws://47.107.130.152:8900" +$RELAY_SERVER = "wss://47.107.130.152:8900" $DOWNLOAD_URL = "https://u-claw.org/downloads/agent.exe" $AGENT_DIR = "$env:TEMP\uclaw" $AGENT_PATH = "$AGENT_DIR\agent.exe" diff --git a/website/agent.sh b/website/agent.sh index e6ceb46..861f3f2 100644 --- a/website/agent.sh +++ b/website/agent.sh @@ -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" diff --git a/website/downloads/agent b/website/downloads/agent index cae461a..8f5c948 100755 Binary files a/website/downloads/agent and b/website/downloads/agent differ diff --git a/website/downloads/agent-linux b/website/downloads/agent-linux index ecdb156..bec667d 100755 Binary files a/website/downloads/agent-linux and b/website/downloads/agent-linux differ diff --git a/website/downloads/agent.exe b/website/downloads/agent.exe index 990ddd0..6e302c6 100755 Binary files a/website/downloads/agent.exe and b/website/downloads/agent.exe differ