diff --git a/src/content/docs/waf/custom-rules/index.mdx b/src/content/docs/waf/custom-rules/index.mdx index d28ffd1b1ee6b0..7a80ee97ff2f3d 100644 --- a/src/content/docs/waf/custom-rules/index.mdx +++ b/src/content/docs/waf/custom-rules/index.mdx @@ -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/). diff --git a/src/content/partials/waf/custom-rules-intro.mdx b/src/content/partials/waf/custom-rules-intro.mdx index a15a1c07ef2779..c56bd2f5897b9f 100644 --- a/src/content/partials/waf/custom-rules-intro.mdx +++ b/src/content/partials/waf/custom-rules-intro.mdx @@ -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.