From de0b7ec62a243a30201362a2d5c5e5990a4b4e11 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Mon, 15 Mar 2010 20:43:01 -0400 Subject: Cleaning out some test stuff from the default rules. --- policies/blocked-ips | 1 + policies/iptables-web | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/policies/blocked-ips b/policies/blocked-ips index 02303f5..8978591 100644 --- a/policies/blocked-ips +++ b/policies/blocked-ips @@ -3,6 +3,7 @@ 116.11.253.154 118.129.166.149 122.225.226.67 +123.49.55.171 125.32.113.212 125.46.15.194 202.99.42.188 diff --git a/policies/iptables-web b/policies/iptables-web index 5503473..ef345a2 100644 --- a/policies/iptables-web +++ b/policies/iptables-web @@ -9,8 +9,6 @@ FUNNY_BUSINESS=0 TCP_ALLOW="22" # SSH TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports -TCP_ALLOW="${TCP_ALLOW} 3690" # SVN Testing -TCP_ALLOW="${TCP_ALLOW} 5870 5871 5873" # Inbound tunnels #TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports #TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports HOSTS_DENY=$(cat /etc/firewall/blocked-ips) -- cgit v1.2.3