summaryrefslogtreecommitdiffstats
path: root/.graveyard
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 /.graveyard
parent3d7e7118aee40a2a7070e503307bdb07fe3bfc49 (diff)
//shell: RIP
Diffstat (limited to '.graveyard')
-rw-r--r--.graveyard/shell/etc/ipt/ipv4-shield-1.rules10
1 files changed, 10 insertions, 0 deletions
diff --git a/.graveyard/shell/etc/ipt/ipv4-shield-1.rules b/.graveyard/shell/etc/ipt/ipv4-shield-1.rules
new file mode 100644
index 00000000..c879311d
--- /dev/null
+++ b/.graveyard/shell/etc/ipt/ipv4-shield-1.rules
@@ -0,0 +1,10 @@
+*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