mirror of
https://github.com/pterodactyl/panel.git
synced 2025-12-10 15:40:07 -06:00
fix: CIDR_MAX_BITS restricting to /27 instead of /25 (#5111)
This commit is contained in:
parent
466dd61856
commit
844537df38
@ -14,7 +14,7 @@ use Pterodactyl\Exceptions\Service\Allocation\TooManyPortsInRangeException;
|
|||||||
|
|
||||||
class AssignmentService
|
class AssignmentService
|
||||||
{
|
{
|
||||||
public const CIDR_MAX_BITS = 27;
|
public const CIDR_MAX_BITS = 25;
|
||||||
public const CIDR_MIN_BITS = 32;
|
public const CIDR_MIN_BITS = 32;
|
||||||
public const PORT_FLOOR = 1024;
|
public const PORT_FLOOR = 1024;
|
||||||
public const PORT_CEIL = 65535;
|
public const PORT_CEIL = 65535;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user