fix: route cloud SSH to reachable router address

This commit is contained in:
benya
2026-07-23 12:52:21 +03:00
parent 9c81954eae
commit bb7221ef8b
11 changed files with 156 additions and 14 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const state = {
let eventSource = null;
let liveRefreshTimer = null;
const EXPECTED_AGENT_VERSION = "0.6.4";
const EXPECTED_AGENT_VERSION = "0.6.5";
const els = {
loginView: document.querySelector("#loginView"),