feat: enable tcp forwarding for singapore server
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 9m33s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 9m33s
This commit is contained in:
@ -62,7 +62,7 @@ const fetchServers = async (): Promise<Server[]> => {
|
||||
pingStatus: "idle",
|
||||
capabilities: {
|
||||
http: true,
|
||||
tcp: false,
|
||||
tcp: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user