> For the complete documentation index, see [llms.txt](https://shadowrocket-app.gitbook.io/shadowrocket/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shadowrocket-app.gitbook.io/shadowrocket/all/dy.md).

# 订阅转换教程

在使用 clash v2rayng shadowrocket 等相关软件过程中，时常遇到以下问题：

* 订阅地址 **无法更新**
* 订阅地址下载提示 **error 等错误**
* 订阅地址提示 **配置文件报错**

**在你保证你的订阅地址可以用，订阅没有过期的情况下，且你重新复制订阅地址使用仍然出现问题**

**导致以上等等原因，99%可能是订阅地址被墙/被污染**

**临时解决办法如下：**

* 先打开网站 <https://psub.888005.xyz/>
* 然后复制你的原有订阅地址
* 在网站**订阅链接** 粘贴你的 订阅地址
* **客户端** 选择你的客户端，默认clash，你可以选择你使用的客户端
* 点击 **生成订阅链接**
* 复制**新的订阅链接**去使用即可

**以下是图文教程参考**

<figure><img src="/files/NBgmWDfGywVATY54YAlh" alt=""><figcaption></figcaption></figure>

这样就是将**原订阅**转换了一个**新的**没有被污染/被墙的**订阅地址**


---

# 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://shadowrocket-app.gitbook.io/shadowrocket/all/dy.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.
