Your IP : 216.73.216.48


Current Path : /etc/nftables/
Upload File :
Current File : //etc/nftables/ipv6-nat

#! /usr/sbin/nft -f

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