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/public.nft

10 lines
173 B
Text

chain public {
counter name "zone-public"
# source address based allow-/blocklist
jump xlist-lookup
jump public-zone-svc
jump proto-filter
goto $DEFAULT_VERDICT
}