> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/technologies-and-capabilities/about-udp.md).

# О протоколе UDP

### **Содержание**

* [Как работает детект через WebRTC](/technologies-and-capabilities/about-udp/how-webrtc-leak-works.md)
* [Через что можно проверить утечку или работоспособность WebRTC](/technologies-and-capabilities/about-udp/webrtc-leak-check-tools.md)
* [Почему просто TCP-прокси недостаточно!](/technologies-and-capabilities/about-udp/why-tcp-proxy-not-enough.md)
* [Программные решения для включения WebRTC](/technologies-and-capabilities/about-udp/webrtc-software-solutions.md)
* [Почему блокировка WebRTC не спасает от обнаружения](/technologies-and-capabilities/about-udp/why-blocking-webrtc-doesnt-help.md)
* [Результаты наших полевых тестов](/technologies-and-capabilities/about-udp/field-test-results.md)
* [FAQ (Частые вопросы)](/questions-and-answers/faq.md)

### **Вводная теория**

Современные антифрод-системы становятся всё более настойчивы к определению вашего реального адреса или выявления факта использования инструментов для скрытия адреса. Даже если вы используете прокси или <mark style="color:purple;">VPN</mark>, они могут определить, что вы «не настоящий» пользователь по многим параметрам.

Одним из самых частых механизмов обнаружения стал <mark style="color:purple;">WebRTC</mark>, технология, которая может отправлять запросы мимо прокси и тем самым «выявлять» ваш реальный IP, если нет блокировки <mark style="color:purple;">WebRTC</mark> браузером.

Решение? Двухсторонняя поддержка протокола <mark style="color:purple;">UDP</mark> на прокси и в программных продуктах

{% hint style="info" %} <sup>*Источником вдохновения стала статья от*</sup> [<sup>*Zl0yTeam*</sup>](https://t.me/Zl0yTeam)<sup>*. Статья*</sup> [<sup>*«Зачем нужны прокси с UDP и при чём тут WebRTC»*</sup>](https://telegra.ph/Zachem-nuzhny-proksi-s-UDP-i-pri-chyom-tut-protechka-WrbRTC-v-Antike-12-19)<sup>*.*</sup>\ <sup>*Она существенно помогла нам понять как работает*</sup><sup>\_</sup> <mark style="color:purple;">WebRTC</mark> \_<sup>*и написать эту статью!*</sup>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.proxyshard.com/technologies-and-capabilities/about-udp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
