> 使用[tindy2013/subconverter](https://github.com/BruceFooo/subconverter)进行转换 > 以clash订阅为例 ## 准备订阅链接 先到[urlencoder](https://www.urlencoder.org/)将链接编码 转换后的链接应该不包含`/`之类的特殊符号了。 ## docker启动 准备一个`subconverter`目录,并在该目录下操作。 新建一个`docker-compose.yaml` ```yaml name: subconverter services: subconverter: image: tindy2013/subconverter:latest container_name: subconverter restart: unless-stopped ports: - "25500:25500" ``` 启动 ```bash docker compose up -d # 使用完后手动停止 docker compose down ``` ## 使用 准备好链接`http://localhost:25500/sub?target=v2ray&url=<第一步准备好的编码后的链接>` 输入该链接到浏览器地址栏即可获得到转换后的订阅链接了。 Loading... > 使用[tindy2013/subconverter](https://github.com/BruceFooo/subconverter)进行转换 > 以clash订阅为例 ## 准备订阅链接 先到[urlencoder](https://www.urlencoder.org/)将链接编码 转换后的链接应该不包含`/`之类的特殊符号了。 ## docker启动 准备一个`subconverter`目录,并在该目录下操作。 新建一个`docker-compose.yaml` ```yaml name: subconverter services: subconverter: image: tindy2013/subconverter:latest container_name: subconverter restart: unless-stopped ports: - "25500:25500" ``` 启动 ```bash docker compose up -d # 使用完后手动停止 docker compose down ``` ## 使用 准备好链接`http://localhost:25500/sub?target=v2ray&url=<第一步准备好的编码后的链接>` 输入该链接到浏览器地址栏即可获得到转换后的订阅链接了。 最后修改:2026 年 08 月 09 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 你的点赞将成为我坚持的动力,之一