AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.139.72.210


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; }
}