D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
nftables
/
examples
/
Filename :
ipv4-raw.nft
back
Copy
table raw { chain prerouting { type filter hook prerouting priority -300; } chain output { type filter hook output priority -300; } }