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