#Germany blocked but its in Europe?

3 messages · Page 1 of 1 (latest)

dusky palm
#

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

worn nacelle
#

You need to use AND instead of OR, that expression currently always returns true

Alternatively you can use an "is not in" operator:

dusky palm
#

Trying now :)