(ip.geoip.country ne "BR") or (ip.geoip.country ne "CA") or (ip.geoip.country ne "DE") or (ip.geoip.country ne "US") or (ip.geoip.country ne "GB") or (ip.geoip.country ne "AR") or (ip.geoip.country ne "PT") or (ip.geoip.country ne "CO")
Why the above expression is blocking those countries instead of allowing them?
I want to allow only specific countries to access my website, so I had a rule… country does not equal XX then block…