We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0facd commit b5c22aeCopy full SHA for b5c22ae
1 file changed
interface/web/dns/form/dns_caa.tform.php
@@ -51,7 +51,7 @@
51
'type' => 'TOLOWER')
52
),
53
'validators' => array ( 0 => array ( 'type' => 'REGEX',
54
- 'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}$/',
+ 'regex' => '/^[a-zA-Z0-9\.\-\_\*]{0,255}$/',
55
'errmsg'=> 'name_error_regex'),
56
57
'default' => '',
0 commit comments