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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user