summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-security
blob: 3ac5bd2b60c19619f7128d65d74b17e3b4956c7d (plain)
1
2
3
4
5
6
7
#! 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; }
}