Added port ranges for firewall.
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[\s0-9\,]{0,255}$/', |
| | | 'regex' => '/^[\s0-9\,\:]{0,255}$/',
|
| | | 'errmsg'=> 'tcp_ports_error_regex'), |
| | | ), |
| | | 'default' => '20,21,22,25,53,80,110,143,443,3306,8080,10000', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[\s0-9\,]{0,255}$/', |
| | | 'regex' => '/^[\s0-9\,\:]{0,255}$/',
|
| | | 'errmsg'=> 'tcp_ports_error_regex'), |
| | | ), |
| | | 'default' => '53,3306', |