# 常见问题

#### Q1.我切换了全局模式（Global），为啥不能正常代理了？ <a href="#q1" id="q1"></a>

> 一、请先到插件【<mark style="color:blue;">自定规则</mark>】选项卡，关闭MC默认开启的【<mark style="color:blue;">大陆IP不经过Clash</mark>】功能（<mark style="color:orange;">需重启MC</mark>）；\
> 二、Clash的默认全局模式（Golbal）节点为直连（DIRECT），首次使用请按如下操作：
>
> &#x20;      在【ZashBoard面板】里，找到【<mark style="color:blue;">代理</mark>】选项卡，设置规则模式为【全局】，并为【<mark style="color:blue;">GLOBAL</mark>】代理组选择你<mark style="color:blue;">需要的节点</mark>。
>
> <img src="https://1927080012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbElCPWLUN7JiinF0Ycv%2Fuploads%2FBtB1d4G8LOh769H0xP34%2F14.jpg?alt=media&#x26;token=f8e55966-fdb3-47ab-8f75-37da360c63eb" alt="" data-size="original">

#### Q2.为何路由用了AP模式，插件就无法启动了？ <a href="#q2" id="q2"></a>

> 只有路由作为网关设备的时候，路由才能决定经过其流量的走向，才能使用[透明代理](https://baike.baidu.com/item/%E9%80%8F%E6%98%8E%E4%BB%A3%E7%90%86/10627124?fr=aladdin)无感翻墙；
>
> 如果想在AP模式时启用MC，请先在MC【附加功能】选项卡 -【高级模式】，打开【透明代理】功能面板，然后在【高级模式】选项卡中打开【<mark style="color:blue;">关闭透明代理</mark>】的按钮，再启动MC；
>
> 此时，需要您在设备/APP的代理设置中，设置Http/Socks代理，才能正常翻墙。
>
> * 默认Http/Socks代理为 ：   192.168.50.1（路由ip）   端口：23456

#### Q3.开启MC后，为啥国内的网速也降下来了？ <a href="#q3" id="q3"></a>

> 这是由于Clash的工作原理决定的，其是将所有的流量劫持给Clash的二进制，通过yaml的规则精准分流，需要较大的cpu算力。如果您的cpu性能较差，网速就会被降低；
>
> 这个问题主要表现在早期的ARM v7设备上，ARM v8设备基本不太影响，以下数据供参考；
>
> AC86U（bcm4906）：关QOS，国内速度正常在450Mbps左右
>
> AX86U（bcm4908）：关QOS，国内速度能跑650Mbps左右
>
> AX6000（bcm4912）：关QOS，国内速度能跑1000+Mbps左右
>
> **解决办法：**&#x5728;【<mark style="color:blue;">自定规则</mark>】选项卡打开【[<mark style="color:blue;">大陆IP不经过内核</mark>](https://mcreadme.gitbook.io/mc/base/custom#da-lu-ip-bu-jing-guo-nei-he)】功能，让大陆IP不经过MC，直接访

#### Q4.我的MC插件突然Web异常报错，无法正常关闭怎么办？ <a href="#q4" id="q4"></a>

> 由于下拉列表数据丢失，前端异常等问题，可能造成MC无法正常关闭，请尝试以下方法：
>
> 尝试先使用插件【[强制关闭插件](https://mcreadme.gitbook.io/mc/base/other-1#qiang-zhi-guan-bi-cha-jian)】功能，如若无效，请使用以下命令关闭：
>
> 命令方法1：热关闭（等同正常开关关闭，无需重启路由）
>
> &#x20;                  SSH中输入：`sh /koolshare/scripts/clash_config.sh 2 stop`
>
> 命令方法2：冷关闭（通过关闭开机启动项，需要重启路由）
>
> &#x20;                   1.SSH中输入：`dbus set merlinclash_enable=0`
>
> &#x20;                   2.<mark style="color:orange;">重启路由</mark>

#### Q5.为啥MC2不支持tun模式？ <a href="#q5" id="q5"></a>

> 什么是tun？简单理解就是虚拟网卡。在PC等设备上，由于部分APP不遵循系统代理，导致其流量不能被正常接管代理。所以需要虚拟一个网卡接管所有流量，使这些APP正常被代理。
>
> 而路由环境下，本身就是一个天然的上文所说的tun环境，无需再虚拟一个网卡徒增资源消耗。
>
> 如果你是需要代理UDP或者IPv6流量，可以使用Tprxoy代理模式，Tprxoy有比tun更优秀的性能，更少的资源占用，具体请查阅【[代理UDP/IPv6](https://mcreadme.gitbook.io/mc/function/udp)】


---

# 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://mcreadme.gitbook.io/mc/faq/faq1.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.
