summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-security
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/ipv4-security')
-rw-r--r--files/nftables/ipv4-security7
1 files changed, 0 insertions, 7 deletions
diff --git a/files/nftables/ipv4-security b/files/nftables/ipv4-security
deleted file mode 100644
index 3ac5bd2b..00000000
--- a/files/nftables/ipv4-security
+++ /dev/null
@@ -1,7 +0,0 @@
-#! nft -f
-
-table security {
- chain input { hook NF_INET_LOCAL_IN 50; }
- chain forward { hook NF_INET_FORWARD 50; }
- chain output { hook NF_INET_LOCAL_OUT 50; }
-}