Your IP : 216.73.217.87


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

#! /usr/sbin/nft -f

table mangle {
	chain output		{ type route hook output priority -150; }
}