strom/nft-simple-fw
Archived
1
0
Fork 0
This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
nft-simple-fw/zones/private.nft

10 lines
261 B
Text

chain private {
counter name "zone-private"
# ct-filter-bypass is called by dispatch for performance reasons
jump private-zone-svc
# comment out the next line to not include public services
jump public-zone-svc
jump proto-filter
goto $DEFAULT_VERDICT
}