summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/iptables/simple_firewall.rules
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/iptables/simple_firewall.rules')
-rw-r--r--abs/core-testing/iptables/simple_firewall.rules11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core-testing/iptables/simple_firewall.rules b/abs/core-testing/iptables/simple_firewall.rules
deleted file mode 100644
index e1604cc..0000000
--- a/abs/core-testing/iptables/simple_firewall.rules
+++ /dev/null
@@ -1,11 +0,0 @@
-*filter
-:INPUT DROP [0:0]
-:FORWARD DROP [0:0]
-:OUTPUT ACCEPT [0:0]
--A INPUT -p icmp -j ACCEPT
--A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
--A INPUT -i lo -j ACCEPT
--A INPUT -p tcp -j REJECT --reject-with tcp-reset
--A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable
--A INPUT -j REJECT --reject-with icmp-proto-unreachable
-COMMIT