From c3d6a5c226c0385180c447030f2a990cd88cae40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Sat, 25 Jan 2025 13:02:04 +0100 Subject: [PATCH] Update csf/roles/csf.conf.cpanel --- csf/roles/csf.conf.cpanel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/csf/roles/csf.conf.cpanel b/csf/roles/csf.conf.cpanel index dca97ae..4403679 100644 --- a/csf/roles/csf.conf.cpanel +++ b/csf/roles/csf.conf.cpanel @@ -8,14 +8,14 @@ LF_SPI = "1" # ports that are not listed here only allowed ips can access, these ports specified here means they are open for public! -TCP_IN = "20,21,25,53,80,110,143,443,465,587,853,993,995,2077,2078,2079,2080,2082,2083,2086,2087,2095,2096" -TCP_OUT = "20,21,25,53,80,110,113,443,587,853,873,993,995,2086,2087,2089,2703" +TCP_IN = "20,21,25,53,80,110,143,443,465,587,853,993,995,9022,2077,2078,2079,2080,2082,2083,2086,2087,2095,2096" +TCP_OUT = "20,21,25,53,80,110,113,443,587,853,873,993,995,9022,2086,2087,2089,2703" UDP_IN = "53,853,113,123,443,24441" UDP_OUT = "53,853,113,123,443,24441" # IPv6 Ports -TCP6_IN = "20,21,25,53,80,110,143,443,465,587,853,993,995,2077,2078,2079,2080,2082,2083,2086,2087,2095,2096" -TCP6_OUT = "20,21,25,53,80,110,113,443,587,853,873,993,995,2086,2087,2089,2703" +TCP6_IN = "20,21,25,53,80,110,143,443,465,587,853,993,995,9022,2077,2078,2079,2080,2082,2083,2086,2087,2095,2096" +TCP6_OUT = "20,21,25,53,80,110,113,443,587,853,873,993,995,9022,2086,2087,2089,2703" UDP6_IN = "53,853,113,123,443,24441" UDP6_OUT = "53,853,113,123,443,24441"