main #7

Merged
bagas merged 7 commits from main into staging 2025-12-30 08:08:03 +00:00
Showing only changes of commit 4eb54ac17d - Show all commits

View File

@@ -42,6 +42,20 @@ const fetchServers = async (): Promise<Server[]> => {
await new Promise((resolve) => setTimeout(resolve, 2000))
const mockServers: Server[] = [
{
id: "us",
name: "United States",
location: "Chicago",
subdomain: "us.tunnl.live",
coordinates: [-87.6298, 41.8781],
ping: null,
status: "online",
pingStatus: "idle",
capabilities: {
http: true,
tcp: false,
},
},
{
id: "sgp",
name: "Singapore",