Is this the correct WAF rule to not block Known Bots?

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!

You are going to want something like this but with different countries.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.