summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-05 12:49:25 +0100
committertv <tv@nomic.retiolum>2013-11-05 12:50:07 +0100
commit9d8fe306d3fc0618f7fca4afaae6306253c39e83 (patch)
tree2f4e019f5b02ad2d911c8506c61c182937d7df1c /shell
parent3d7e7118aee40a2a7070e503307bdb07fe3bfc49 (diff)
//shell: RIP
Diffstat (limited to 'shell')
-rw-r--r--shell/etc/ipt/ipv4-shield-1.rules10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/etc/ipt/ipv4-shield-1.rules b/shell/etc/ipt/ipv4-shield-1.rules
deleted file mode 100644
index c879311d..00000000
--- a/shell/etc/ipt/ipv4-shield-1.rules
+++ /dev/null
@@ -1,10 +0,0 @@
-*filter
-:INPUT DROP [0:0]
-:FORWARD DROP [0:0]
-:OUTPUT ACCEPT [0:0]
-
--AINPUT -m state --state RELATED,ESTABLISHED -jACCEPT
-
--AINPUT -i lo -jACCEPT
-
-COMMIT