Block traffic from specific countries
This example blocks requests based on country code using the ip.src.country
field.
- Expression:
(ip.src.country in {"KN" "SY"})
- Action: Block
This example blocks requests based on country code using the ip.src.country
field.
(ip.src.country in {"KN" "SY"})