update: set new singapore server port range
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 9m54s

This commit is contained in:
2025-09-12 16:56:28 +07:00
parent a8044e2d89
commit cd6180fdf4

View File

@ -85,7 +85,7 @@ const fetchServers = async (): Promise<Server[]> => {
},
portRestrictions: {
allowedRanges: [
{ min: 40000, max: 41000 },
{ min: 10000, max: 50000 },
],
blockedPorts: [22, 80, 443, 3306, 5432, 6379, 2200],
supportsAutoAssign: true,