Skip to content

Commit 15c2e88

Browse files
authored
Update concepts.mdx
Adding IP Access Rules as part of the https://developers.cloudflare.com/waf/concepts/#rule-execution-order
1 parent 686a8f4 commit 15c2e88

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/content/docs/waf/concepts.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ Currently, you cannot manage the [bot score](/bots/concepts/bot-score/) and [att
6161

6262
Cloudflare evaluates different types of rules when processing incoming requests. The rule execution order is the following:
6363

64-
1. [Firewall rules](/firewall/cf-firewall-rules/) (deprecated)
65-
2. [Custom rulesets](/waf/account/custom-rulesets/)
66-
3. [Custom rules](/waf/custom-rules/)
67-
4. [Rate limiting rules](/waf/rate-limiting-rules/)
68-
5. [WAF Managed Rules](/waf/managed-rules/)
69-
6. [Cloudflare Rate Limiting](/waf/reference/legacy/old-rate-limiting/) (previous version, deprecated)
64+
1. [IP Access Rules](/waf/tools/ip-access-rules/)
65+
2. [Firewall rules](/firewall/cf-firewall-rules/) (deprecated)
66+
3. [Custom rulesets](/waf/account/custom-rulesets/)
67+
4. [Custom rules](/waf/custom-rules/)
68+
5. [Rate limiting rules](/waf/rate-limiting-rules/)
69+
6. [WAF Managed Rules](/waf/managed-rules/)
70+
7. [Cloudflare Rate Limiting](/waf/reference/legacy/old-rate-limiting/) (previous version, deprecated)
7071

7172
Rules are evaluated in order. If there is a match for a rule with a [terminating action](/ruleset-engine/rules-language/actions/), the rule evaluation will stop and the action will be executed immediately. Rules with a non-terminating action (such as _Log_) will not prevent subsequent rules from being evaluated and executed. For more information on how rules are evaluated, refer to [Rule evaluation](/ruleset-engine/about/rules/#rule-evaluation) in the Ruleset Engine documentation.
7273

0 commit comments

Comments
 (0)