Skip to content

Commit 930894e

Browse files
committed
- Implemented wildcard CNAME records.
1 parent 56b0b89 commit 930894e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'datatype' => 'VARCHAR',
7979
'formtype' => 'TEXT',
8080
'validators' => array ( 0 => array ( 'type' => 'REGEX',
81-
'regex' => '/^[\w\.\-]{0,64}$/',
81+
'regex' => '/^[\w\.\-\*]{0,64}$/',
8282
'errmsg'=> 'name_error_regex'),
8383
),
8484
'default' => '',

0 commit comments

Comments
 (0)