update: set indonesian server port range
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 10m1s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 10m1s
This commit is contained in:
@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user