We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0268a2b commit 844eabeCopy full SHA for 844eabe
interface/web/dns/form/dns_soa.tform.php
@@ -137,7 +137,7 @@
137
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
138
'errmsg'=> 'mbox_error_empty'),
139
1 => array ( 'type' => 'REGEX',
140
- 'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}\.$/',
+ 'regex' => '/^[a-zA-Z0-9\.\-\_\+]{0,255}\.$/',
141
'errmsg'=> 'mbox_error_regex'),
142
),
143
'default' => '',
0 commit comments