mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-21 16:42:29 +01: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
|
||||
{
|
||||
public const CIDR_MAX_BITS = 27;
|
||||
public const CIDR_MAX_BITS = 25;
|
||||
public const CIDR_MIN_BITS = 32;
|
||||
public const PORT_FLOOR = 1024;
|
||||
public const PORT_CEIL = 65535;
|
||||
|
Loading…
Reference in New Issue
Block a user