summaryrefslogtreecommitdiff
path: root/policies/iptables-web
diff options
context:
space:
mode:
Diffstat (limited to 'policies/iptables-web')
-rw-r--r--policies/iptables-web8
1 files changed, 6 insertions, 2 deletions
diff --git a/policies/iptables-web b/policies/iptables-web
index ef345a2..d495fe5 100644
--- a/policies/iptables-web
+++ b/policies/iptables-web
@@ -9,10 +9,14 @@ FUNNY_BUSINESS=0
9 9
10TCP_ALLOW="22" # SSH 10TCP_ALLOW="22" # SSH
11TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports 11TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports
12#TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports 12TCP_ALLOW="${TCP_ALLOW} 3690" # SVN
13#TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports 13TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports
14TCP_ALLOW="${TCP_ALLOW} 21" # FTP Ports
14HOSTS_DENY=$(cat /etc/firewall/blocked-ips) 15HOSTS_DENY=$(cat /etc/firewall/blocked-ips)
15 16
17#TCP_ALLOW="${TCP_ALLOW} 25" # Mail
18#TCP_ALLOW="${TCP_ALLOW} 5870 5871 5873" # Inbound tunnels
19
16#HOSTS_ALLOW="" 20#HOSTS_ALLOW=""
17#TCP_DENY="" 21#TCP_DENY=""
18#UDP_ALLOW="53" 22#UDP_ALLOW="53"