update: set indonesian server port range
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 10m1s

This commit is contained in:
2025-09-07 14:33:06 +07:00
parent c36ccc9fc5
commit a8044e2d89

View File

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