Skip to content

Commit b5c22ae

Browse files
committed
Fixes #6644 CAA Record *.domain.tld. can not be saved
1 parent bc0facd commit b5c22ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/form/dns_caa.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'type' => 'TOLOWER')
5252
),
5353
'validators' => array ( 0 => array ( 'type' => 'REGEX',
54-
'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}$/',
54+
'regex' => '/^[a-zA-Z0-9\.\-\_\*]{0,255}$/',
5555
'errmsg'=> 'name_error_regex'),
5656
),
5757
'default' => '',

0 commit comments

Comments
 (0)