update: add us server #3
@@ -42,6 +42,20 @@ const fetchServers = async (): Promise<Server[]> => {
|
|||||||
await new Promise((resolve) => setTimeout(resolve, 2000))
|
await new Promise((resolve) => setTimeout(resolve, 2000))
|
||||||
|
|
||||||
const mockServers: Server[] = [
|
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",
|
id: "sgp",
|
||||||
name: "Singapore",
|
name: "Singapore",
|
||||||
|
|||||||
Reference in New Issue
Block a user