Skip to content

Commit 6bb1481

Browse files
committed
[WAF] Update custom rules
1 parent 315093b commit 6bb1481

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/content/docs/waf/custom-rules/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ To define sets of custom rules that apply to more than one zone, use [custom rul
2323

2424
## Next steps
2525

26-
To create custom rules using the Cloudflare dashboard, refer to [Create custom rules in the dashboard](/waf/custom-rules/create-dashboard/).
26+
Refer to the following pages for instructions on creating custom rules:
2727

28-
You can also create custom rules [via API](/waf/custom-rules/create-api/) or [using Terraform](/terraform/additional-configurations/waf-custom-rules/).
28+
- [Create a custom rule in the dashboard](/waf/custom-rules/create-dashboard/)
29+
- [Create a custom rule via API](/waf/custom-rules/create-api/)
30+
- [WAF custom rules configuration using Terraform](/terraform/additional-configurations/waf-custom-rules/)
31+
32+
For examples of using custom rules to address common use cases, refer to [Common use cases](/waf/custom-rules/use-cases/).

src/content/partials/waf/custom-rules-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{}
33
---
44

5-
Custom rules allow you to control incoming traffic by filtering requests to a zone. They work as customized web application firewall (WAF) rules that you can use to perform actions like _Block_ or _Managed Challenge_ on incoming requests.
5+
Custom rules allow you to control incoming traffic by filtering requests to a zone. They work as customized web application firewall (WAF) rules that you can use to perform actions like _Block_ or _Managed Challenge_ on incoming requests. You can also use the _Skip_ action in a custom rule to [skip one or more Cloudflare security features](/waf/custom-rules/skip/).
66

77
In the [new security dashboard](/security/), custom rules are one of the available types of [security rules](/security/rules/). Security rules perform security-related actions on incoming requests that match specified filters.
88

0 commit comments

Comments
 (0)