Skip to content

Commit 0f50bdb

Browse files
author
Till Brehm
committed
Implemented #4978 Changing regex for dns_ns to allow delegating LE requests to seperate nameservers
1 parent 6088a9c commit 0f50bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
'type' => 'TOLOWER')
8787
),
8888
'validators' => array ( 0 => array ( 'type' => 'REGEX',
89-
'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
89+
'regex' => '/^[_a-zA-Z0-9\.\-]{0,255}$/',
9090
'errmsg'=> 'name_error_regex'),
9191
),
9292
'default' => '',

0 commit comments

Comments
 (0)