Compare commits

...

2 Commits

Author SHA1 Message Date
4eb54ac17d Merge pull request 'update: add us server' (#3) from new-ping into main
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Reviewed-on: bagas/tunnl_please_frontend#3
2025-12-08 15:58:38 +00:00
90a56b9a16 update: add us server 2025-12-08 22:58:26 +07:00

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",