simplify firewal protocol select confusion

This commit is contained in:
Saeed Vaziry 2024-03-16 23:45:46 +01:00
parent 1333acf1ef
commit 46d320561e

View File

@ -365,11 +365,6 @@
* firewall
*/
'firewall_protocols_port' => [
'ssh' => 22,
'http' => 80,
'https' => 443,
'mysql' => 3306,
'ftp' => 21,
'tcp' => '',
'udp' => '',
],