# 常见问题

### 支持 SSR 吗？

不支持。

### 如何导入配置呢

* 在 Profile 页面，可以输入配置 URL 导入，也可以扫描配置二维码导入。
* 配置需要是 Surge3/4 格式的，如果有直接提供 Surfboard 支持格式，可以直接导入
* 如果没有，可以尝试以下转换工具，但是不推荐使用

### 如何更新订阅配置呢

在配置页面列表，长按需要更新的配置项后会出现菜单，选择更新点了

### 为什么会耗电比较高呢？ <a href="#battery" id="battery"></a>

* 系统会把所有网络请求的耗电都计算到 Surfboard 上
* 可以自行 bypass 国内应用，耗电量会显著降低

### ROM 常见问题

#### App 后台被杀掉怎么办

参考对应的教程配置各 ROM 的锁后台 <https://dontkillmyapp.com/>

#### 小米 MIUI 关闭迅雷加速

此问题也会导致 Google Play 无法下载，关闭方法见[这里](https://github.com/shadowsocks/shadowsocks-android/issues/772)

#### 华为 EMUI 关闭加密 DNS

见[这里](https://club.huawei.com/thread-21446964-1-1.html)

### 移动 4G 下无法连接代理的问题

部分地区移动 4G 分配的 IPv6 会屏蔽海外，需要关闭 IPv6 解决问题，见[这里](https://zhuanlan.zhihu.com/p/94088821)

### 如果遇到部分应用不走代理如何解决 <a href="#rule-error" id="rule-error"></a>

**务必先**

1. 将代理模式选为全局代理
2. 在 bypass 应用中不要 bypass 任何应用（**特别注意系统应用也没有bypass到**）
3. 关闭 VPN，然后重新开启 VPN
4. 彻底关闭不走代理的应用，重新打开
5. 再次测试应用是否走代理
6. 如果应用恢复正常了，说明是自己的规则或者 bypass 规则有错误
7. 如果依然有问题，再到「最近请求」中查看 App 的请求是否正常

### Google Play 常见问题 <a href="#google-play-error" id="google-play-error"></a>

#### 下载不了软件

请不要把 下载管理器 放到了 bypass 的应用中，Google Play 下载依赖了它

#### DF-DFERH-01 错误

使用的规则没有让 `googleapis.cn` 域名走代理

### UDP 支持吗

目前已支持，单个节点后指定 udp-relay=true


---

# 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://manual.getsurfboard.com/faq.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.
