From be68f45a92e9a54ae9b16bfba7d84b8885eff133 Mon Sep 17 00:00:00 2001 From: bagas Date: Tue, 2 Dec 2025 18:30:43 +0700 Subject: [PATCH] update: head ping --- components/tunnel-config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tunnel-config.tsx b/components/tunnel-config.tsx index ea78cad..8e34aa6 100644 --- a/components/tunnel-config.tsx +++ b/components/tunnel-config.tsx @@ -76,7 +76,7 @@ const testServerPing = ( const timeout = 5000 let resolved = false - const pingUrl = `http://ping.${server.subdomain}` + const pingUrl = `https://ping.${server.subdomain}` const timeoutId = setTimeout(() => { if (!resolved) { -- 2.49.1