update: set new singapore server port range
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 9m54s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 9m54s
This commit is contained in:
@ -85,7 +85,7 @@ const fetchServers = async (): Promise<Server[]> => {
|
|||||||
},
|
},
|
||||||
portRestrictions: {
|
portRestrictions: {
|
||||||
allowedRanges: [
|
allowedRanges: [
|
||||||
{ min: 40000, max: 41000 },
|
{ min: 10000, max: 50000 },
|
||||||
],
|
],
|
||||||
blockedPorts: [22, 80, 443, 3306, 5432, 6379, 2200],
|
blockedPorts: [22, 80, 443, 3306, 5432, 6379, 2200],
|
||||||
supportsAutoAssign: true,
|
supportsAutoAssign: true,
|
||||||
|
Reference in New Issue
Block a user