Skip to content
Snippets Groups Projects
Commit 99e2f0a4 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch 'jnorell-develop-patch-83687' into 'develop'

update default firewall port list

See merge request ispconfig/ispconfig3!1451
parents b88b7b9d a12b68c9
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ $form["tabs"]['firewall'] = array (
'regex' => '/^$|\d{1,5}(?::\d{1,5})?(?:,\d{1,5}(?::\d{1,5})?)*$/',
'errmsg'=> 'tcp_ports_error_regex'),
),
'default' => '20,21,22,25,53,80,110,143,443,465,587,993,995,3306,8080,8081,10000',
'default' => '21,22,25,53,80,110,143,443,465,587,993,995,3306,4190,8080,8081,40110:40210',
'value' => '',
'width' => '30',
'maxlength' => '255'
......@@ -91,7 +91,7 @@ $form["tabs"]['firewall'] = array (
'regex' => '/^$|\d{1,5}(?::\d{1,5})?(?:,\d{1,5}(?::\d{1,5})?)*$/',
'errmsg'=> 'udp_ports_error_regex'),
),
'default' => '53,3306',
'default' => '53',
'value' => '',
'width' => '30',
'maxlength' => '255'
......
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