From 2e613573a269b5c70806d8e0d572c526add5b320 Mon Sep 17 00:00:00 2001 From: Xargana Date: Mon, 5 May 2025 19:43:06 +0300 Subject: [PATCH] fixed 4658be548aef3bc46d9bf2e42f0c65a56c828199 --- api/status/status.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/status/status.js b/api/status/status.js index 8a0dacf..35dfce2 100644 --- a/api/status/status.js +++ b/api/status/status.js @@ -21,6 +21,7 @@ const router = express.Router(); const REMOTE_SERVERS = [ { name : "google.com", host: "google.com" }, + { name: "xargana.tr", host: "xargana.tr"} // { name: "home server", host: "31.223.36.208" } removed cause router not behaving, dropped all pings today. ];