We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ea0a4 commit 57987c0Copy full SHA for 57987c0
app/Models/Allocation.php
@@ -56,7 +56,7 @@ class Allocation extends Model
56
public static $validationRules = [
57
'node_id' => 'required|exists:nodes,id',
58
'ip' => 'required|ip',
59
- 'port' => 'required|numeric|between:1024,65553',
+ 'port' => 'required|numeric|between:1024,65535',
60
'ip_alias' => 'nullable|string',
61
'server_id' => 'nullable|exists:servers,id',
62
'notes' => 'nullable|string|max:256',
0 commit comments