Skip to content

Commit 944afea

Browse files
committed
Allow Wildcard "*" in DNS A-Records ind DNS Manager.
1 parent 0935854 commit 944afea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
8181
'errmsg'=> 'name_error_empty'),
8282
1 => array ( 'type' => 'REGEX',
83-
'regex' => '/^[\w\.\-]{1,64}$/',
83+
'regex' => '/^[\w\.\-\*]{1,64}$/',
8484
'errmsg'=> 'name_error_regex'),
8585
),
8686
'default' => '',

0 commit comments

Comments
 (0)