From 46d320561e067c184ad3947e582053a8fe0286df Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sat, 16 Mar 2024 23:45:46 +0100 Subject: [PATCH] simplify firewal protocol select confusion --- config/core.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/core.php b/config/core.php index 8b09cc6..5611e8e 100755 --- a/config/core.php +++ b/config/core.php @@ -365,11 +365,6 @@ * firewall */ 'firewall_protocols_port' => [ - 'ssh' => 22, - 'http' => 80, - 'https' => 443, - 'mysql' => 3306, - 'ftp' => 21, 'tcp' => '', 'udp' => '', ],