Skip to content
Snippets Groups Projects
Commit 0f50bdbf authored by Till Brehm's avatar Till Brehm
Browse files

Implemented #4978 Changing regex for dns_ns to allow delegating LE requests to seperate nameservers

parent 6088a9c6
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ $form["tabs"]['dns'] = array (
'type' => 'TOLOWER')
),
'validators' => array ( 0 => array ( 'type' => 'REGEX',
'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
'regex' => '/^[_a-zA-Z0-9\.\-]{0,255}$/',
'errmsg'=> 'name_error_regex'),
),
'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