# Ограничение доступа по IP в Cloudflare

Для ограничения доступа к панели управления по IP вам необходимо авторизоваться в [CloudFlare](https://dash.cloudflare.com/).

1. Перейдите в раздел [**Security -> WAF**](#user-content-fn-1)[^1]
2. Нажать кнопку [**Create rule**](#user-content-fn-2)[^2] в разделе Custom rules

На открывшейся странице, заполните представленную форму

Rule name: **AdminAllowIp**

If incoming requests match…

**Правила 1:**

Field: **IP Source address**

Operator: **is not int**

Value: Добавьте ip адреса, у которых должен быть доступ к панели управления

**AND**

Field: **URL Path**

Operator: **contains**

Value: укажите путь к админке (Например: iexadmin)

Then take action…

Choose action: **Block**

После нажать кнопку: **Deploy**

<figure><img src="/files/NQO9RylO2mWPbTHyDLXQ" alt=""><figcaption></figcaption></figure>

[^1]: ![](/files/bnDoeP9PpathVxfnnAb9)

[^2]: ![](/files/cRIOo6svLTdNysw0Gvo6)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iexexchanger.com/obshaya-informaciya/centr-bezopasnosti/ogranichenie-dostupa-po-ip-v-cloudflare.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
