We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935854 commit 944afeaCopy full SHA for 944afea
1 file changed
interface/web/dns/form/dns_a.tform.php
@@ -80,7 +80,7 @@
80
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
81
'errmsg'=> 'name_error_empty'),
82
1 => array ( 'type' => 'REGEX',
83
- 'regex' => '/^[\w\.\-]{1,64}$/',
+ 'regex' => '/^[\w\.\-\*]{1,64}$/',
84
'errmsg'=> 'name_error_regex'),
85
),
86
'default' => '',
0 commit comments