#Germany blocked but its in Europe?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
We have set WAF rules to block everyone unless in Europe, North and South America and for some reason it is blocking clients in Germany
You need to use AND instead of OR, that expression currently always returns true
Alternatively you can use an "is not in" operator:
Trying now :)