Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/content/docs/waf/custom-rules/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ To define sets of custom rules that apply to more than one zone, use [custom rul

## Next steps

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

You can also create custom rules [via API](/waf/custom-rules/create-api/) or [using Terraform](/terraform/additional-configurations/waf-custom-rules/).
- [Create a custom rule in the dashboard](/waf/custom-rules/create-dashboard/)
- [Create a custom rule via API](/waf/custom-rules/create-api/)
- [WAF custom rules configuration using Terraform](/terraform/additional-configurations/waf-custom-rules/)

For examples of using custom rules to address common use cases, refer to [Common use cases](/waf/custom-rules/use-cases/).
2 changes: 1 addition & 1 deletion src/content/partials/waf/custom-rules-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{}
---

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.
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/).

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.

Expand Down