> For the complete documentation index, see [llms.txt](https://docs.dler.io/black-hole/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dler.io/black-hole/how-to-use/macos/clashx/zeng-qiang-mo-shi.md).

# 增强模式

{% hint style="danger" %}
该工作模式下可能引发兼容性问题，表现可能有网速缓慢、ClashX 被直接关闭、ClashX 反应缓慢等，仅在必要时开启此功能
{% endhint %}

有些应用可能不会遵循系统代理设置，使用增强模式可以处理让 ClashX 处理所有应用

* ClashX 会安装一个虚拟网卡并设置为默认路由
* ClashX 虚拟网卡只能处理 TCP，UDP 和 ICMP 流量
* ICMP 流量不能被代理，ClashX 虚拟网卡将直接返回响应结果

ClashX 增强模式的原理是通过一个虚拟网卡接管所有流量，仅在必要时开启此功能


---

# 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.dler.io/black-hole/how-to-use/macos/clashx/zeng-qiang-mo-shi.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.
