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