This commit is contained in:
Xargana 2025-05-05 19:43:06 +03:00
parent 4658be548a
commit 2e613573a2

View file

@ -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.
];