From 7c7e3a22bccf8fba51c6c926e09e33fe7964b1e1 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 10 Feb 2025 22:43:44 +0100 Subject: [PATCH] #308 fixes #308 --- install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install.sh b/install.sh index 6c4c983d..6f7a62b1 100644 --- a/install.sh +++ b/install.sh @@ -795,18 +795,10 @@ setup_firewall_service() { echo -e "# Name: PROXYSPY\n# Information: Open proxies (updated hourly)\nPROXYSPY|86400|0|http://txt.proxyspy.net/proxy.txt\n" >> /etc/csf/csf.blocklists fi - if ! blocklist_exists "XROXY"; then - echo -e "# Name: XROXY\n# Information: Open proxies (this list is composed using an RSS feed)\nXROXY|86400|0|http://www.xroxy.com/proxyrss.xml\n" >> /etc/csf/csf.blocklists - fi - if ! blocklist_exists "PROXYLISTS"; then echo -e "# Name: PROXYLISTS\n# Information: Open proxies (this list is composed using an RSS feed)\nPROXYLISTS|86400|0|http://www.proxylists.net/proxylists.xml\n" >> /etc/csf/csf.blocklists fi - if ! blocklist_exists "BI_PROXY_2_30D"; then - echo -e "# Name: BI_PROXY_2_30D\n# Information: Bad IPs in category proxy with score above 2 and age less than 30d\nBI_PROXY_2_30D|172800|0|https://www.badips.com/get/list/proxy/2?age=30d\n" >> /etc/csf/csf.blocklists - fi - if ! blocklist_exists "TOR Exit nodes"; then echo -e "# Name: TOR Exit nodes\n# Information: Blocks known TOR exit notes\nTOR|86400|0|https://www.dan.me.uk/torlist/\n" >> /etc/csf/csf.blocklists fi