refactor: remove direct DNS mode

This commit is contained in:
benya
2026-07-21 20:24:25 +03:00
parent 5e4e659cae
commit 15b5b7f792
33 changed files with 24 additions and 1148 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const state = {
let eventSource = null;
let liveRefreshTimer = null;
const EXPECTED_AGENT_VERSION = "0.6.0";
const EXPECTED_AGENT_VERSION = "0.6.1";
const els = {
loginView: document.querySelector("#loginView"),