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

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