# Cloudflare не пропускает запросы

Если вы получаете ошибку "Sorry, you have been blocked", значит ваш IP адрес не добавлен в Whitelist. Как это сделать?

## 🖥 Получаем IP вашего сервера

Если вы собираетесь слать запросы с сервера (без прокси), вам нужно открыть командную строку (Windows) / терминал (Linux / MacOS) и ввести следующую команду:

```bash
curl -4 https://api.meowsms.app/cdn-cgi/trace
```

{% hint style="info" %}
В случае с прокси: вам нужно подключиться к нему (антидетект браузером / кодом) и отправить запрос на [`https://api.meowsms.app/cdn-cgi/trace`](https://api.meowsms.app/cdn-cgi/trace)
{% endhint %}

```http
fl=48f150
h=api.meowsms.app
ip=1.1.1.1
ts=1723392436.933
visit_scheme=https
uag=
colo=DUS
sliver=010-dus01
http=http/3
loc=AU
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off
rbi=off
```

Третья строка из полученного ответа - ваш IP адрес, откуда приходят запросы нам. Переходим к следующему пункту.

## 🪢 Привязка IP адреса к ключу

Для этого нужно обратиться к администратору и предоставить ваш IP адрес и API ключ администратору (контакт в боте). После того, как вы получили сообщение что IP адрес привязан - можете пользоваться API.


---

# 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.meowsms.app/cloudflare-ne-propuskaet-zaprosy.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.
