summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-nat
blob: 99d69514904aa2f4345142f9f1d2cf3a07a8525e (plain)
1
2
3
4
5
6
#! nft -f

table nat {
	chain prerouting	{ type nat hook prerouting priority -150; }
	chain postrouting	{ type nat hook postrouting priority -150; }
}