diff --git a/components/tunnel-config.tsx b/components/tunnel-config.tsx index 8e34aa6..9723d28 100644 --- a/components/tunnel-config.tsx +++ b/components/tunnel-config.tsx @@ -42,6 +42,20 @@ const fetchServers = async (): Promise => { 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",