Skip to content
Snippets Groups Projects
Commit 930894e3 authored by Falko Timme's avatar Falko Timme
Browse files

- Implemented wildcard CNAME records.

parent 56b0b895
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ $form["tabs"]['dns'] = array ( ...@@ -78,7 +78,7 @@ $form["tabs"]['dns'] = array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'TEXT', 'formtype' => 'TEXT',
'validators' => array ( 0 => array ( 'type' => 'REGEX', 'validators' => array ( 0 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{0,64}$/', 'regex' => '/^[\w\.\-\*]{0,64}$/',
'errmsg'=> 'name_error_regex'), 'errmsg'=> 'name_error_regex'),
), ),
'default' => '', 'default' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment