fix ipv6 (#96)

This commit is contained in:
Saeed Vaziry
2024-01-27 21:34:36 +01:00
committed by GitHub
parent 0420babdef
commit 55bf8b8ecf
4 changed files with 9 additions and 5 deletions

View File

@ -118,7 +118,6 @@ private function validateInputs(array $input): void
if ($input['provider'] == 'custom') {
$rules['ip'] = [
'required',
'ip',
new RestrictedIPAddressesRule(),
];
$rules['port'] = [