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.
2 parents 6b3f8af + 38cd8f2 commit fa4858fCopy full SHA for fa4858f
app/Models/Node.php
@@ -110,8 +110,8 @@ class Node extends Model implements CleansAttributes, ValidableContract
110
'disk' => 'numeric|min:1',
111
'disk_overallocate' => 'numeric|min:-1',
112
'daemonBase' => 'regex:/^([\/][\d\w.\-\/]+)$/',
113
- 'daemonSFTP' => 'numeric|between:1024,65535',
114
- 'daemonListen' => 'numeric|between:1024,65535',
+ 'daemonSFTP' => 'numeric|between:1,65535',
+ 'daemonListen' => 'numeric|between:1,65535',
115
'maintenance_mode' => 'boolean',
116
'upload_size' => 'int|between:1,1024',
117
];
0 commit comments