Hi,
We are under attack and I want to:
- block all countries except NL and BE
- always allow Known Bots
Because we currently only block NL and BE and it does affect Google Ads and SEO rankings.
This is the rule I want to apply:
(not ip.geoip.country in {“NL” “BE”} and cf.client.bot)
Is this correct?
Many thanks!