Your IP : 216.73.217.87


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

#! /usr/sbin/nft -f

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