#! nft -f table raw { chain prerouting { hook NF_INET_PRE_ROUTING -300; } chain output { hook NF_INET_LOCAL_OUT -300; } }