# 全球加速器 FAQ

#### **配置**

\
**Q:**\
同一个源站有多个域名供用户访问？\
**A:**\
如果您有多个域名访问同一个源站，例如不同地域的用户访问不同的域名，您需要创建多个加速器，因为每个加速器只能加速一个域名。\
了解如何[创建加速器](https://github.com/zenlayer/zenlayer-documentation-cn/blob/main/global-accelerator/broken-reference/README.md)。

#### **故障排除**

\
**Q:**\
加速效果不如预期？\
**A:**

1. 确认您的 DNS 中是否已添加 CNAME 记录：\
   如果用户是通过域名访问服务，请确保已将我们提供的 CNAME 添加到您的 DNS 中。\
   了解[如何添加 DNS 记录](/welcome/cn/global-accelerator/get-started/add-dns-record.md)。
2. 确认源站带宽：\
   如果源站带宽过低，文件加载速度会很慢，即使在加速后也是如此。建议您尝试增加源站的带宽。
3. 确认源站服务是否正常：\
   检查源站的 IP 地址，查看服务是否正常。
4. 确认创建加速器时输入的源站地域与实际地域一致

\
**Q:**\
访问 HTTP 或 HTTPS 服务时连接断断续续？\
**A:**\
访问 HTTP 或 HTTPS 服务时，如果连接断断续续，并且在断开连接期间所有 TCP 端口都无法访问。\
在确认源站无服务异常后，您可以检查服务器的内核是否已优化：

```
#cat /etc/sysctl.conf: 检查以下两个参数是否为 1
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_timestamps = 1
如果两个都是 1，您可以将 net.ipv4.tcp_tw_recycle 的值修改为 0，保存并退出
#sysctl -p: 修改成功
```


---

# 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.console.zenlayer.com/welcome/cn/global-accelerator/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.
