File Manager

Current Path : /usr/share/doc/nftables/examples/
Upload File :
Current File : //usr/share/doc/nftables/examples/ipv6-nat.nft

table ip6 nat {
	chain prerouting	{ type nat hook prerouting priority -100; }
	chain input 		{ type nat hook input priority 100; }
	chain output  		{ type nat hook output priority -100; }
	chain postrouting	{ type nat hook postrouting priority 100; }
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com