# 关于 UDP 协议

### **内容**

* [WebRTC检测工作原理](/cn/chan-pin/about-udp/how-webrtc-leak-works.md)
* [如何检查WebRTC泄漏或WebRTC功能](/cn/chan-pin/about-udp/webrtc-leak-check-tools.md)
* [为什么仅靠 TCP 代理是不够的！](/cn/chan-pin/about-udp/why-tcp-proxy-not-enough.md)
* [启用WebRTC的软件解决方案](/cn/chan-pin/about-udp/webrtc-software-solutions.md)
* [为什么阻止 WebRTC 并不能保护您免受检测](/cn/chan-pin/about-udp/why-blocking-webrtc-doesnt-help.md)
* [我们的现场测试结果](/cn/chan-pin/about-udp/field-test-results.md)
* [常见问题](/cn/wen-da/faq.md)

### **介绍性理论**

现代反欺诈系统越来越坚持识别您的真实地址或检测隐藏您地址的工具的使用。即使您使用代理或 <mark style="color:purple;">VPN</mark>，他们也可以通过许多参数确定您不是“真实”用户。

最常见的检测机制之一是 <mark style="color:purple;">WebRTC</mark>，这是一种可以通过代理发送请求的技术，因此如果 <mark style="color:purple;">WebRTC</mark> 未被浏览器阻止，则会暴露您的真实 IP。<br>

解决方案是什么？代理和软件产品均支持双向 <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>*<mark style="color:purple;">WebRTC</mark>*</sup> <sup>*的工作方式，并写下这篇文章。*</sup>
{% endhint %}


---

# 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.proxyshard.com/cn/chan-pin/about-udp.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.
