> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Cloudflare Rule

> Learn how to add a Cloudflare rule to avoid rate limiting & IP blocking issues from your Minecraft Server.

## **Adding rate limiting rule to Cloudflare**

1. Log in to your **Cloudflare account**.
2. Click on the **"Security" -> "WAF"** tab.
3. Select "Custom Rules" from the top menu.
4. Click on the **"Create rule"** button.
5. Enter the following details:
   * **Rule name**: `MineStore API`
   * **When incoming requests match**:
     * **Field**: `URI Path`
     * **Operator**: `contains`
     * **Value**: `/api`
   * **Expression preview**: `(http.request.uri.path contains "/api")`
   * **Action**: `Skip`
   * **WAF Components to skip**: Select all components and all from **"More components to skip"**.
6. Click on the **"Deploy"** button.

<img className="rounded-md" src="https://mintcdn.com/minestorecms/VtrvDTg9Ae1Jio21/images/others/cloudflare-rule.png?fit=max&auto=format&n=VtrvDTg9Ae1Jio21&q=85&s=5c53d27c7fe81634380c200c38f8ab84" alt="Cloudflare Rule" width="876" height="801" data-path="images/others/cloudflare-rule.png" />
