Commit bce3403 1 parent 408e21e commit bce3403 Copy full SHA for bce3403
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
## 🛠 功能特点
16
16
1 . ** 节点链接自动转换成base64订阅链接:** 这是最基础的功能,可以将您的节点自动转换为base64格式的订阅链接;
17
17
2 . ** 将多个base64订阅汇聚成一个订阅链接:** 可以将多个订阅(例如不同的机场)合并成一个订阅,只需使用一个订阅地址即可获取所有节点;
18
- 3 . ** 自动适配不同梯子的格式订阅链接:** 依托[ 订阅转换] ( https://sub.fxxk.dedyn.io / ) 服务,自动将订阅转换为不同梯子所需的格式,实现一条订阅适配多种梯子;
18
+ 3 . ** 自动适配不同梯子的格式订阅链接:** 依托[ 订阅转换] ( https://sub.cmliussss.com / ) 服务,自动将订阅转换为不同梯子所需的格式,实现一条订阅适配多种梯子;
19
19
4 . ** 专属代理分流规则:** 自定义分流规则,实现个性化的分流模式;
20
20
5 . ** 更多功能等待发掘...**
21
21
24
24
25
25
## 🤝 社区支持
26
26
- Telegram 交流群: [ @CMLiussss ] ( https://t.me/CMLiussss )
27
- - 感谢 [ Alice Networks] ( https://alicenetworks.net/ ) 提供的云服务器维持 [ CM订阅转换服务] ( https://sub.fxxk.dedyn.io / )
27
+ - 感谢 [ Alice Networks] ( https://alicenetworks.net/ ) 提供的云服务器维持 [ CM订阅转换服务] ( https://sub.cmliussss.com / )
28
28
29
29
## 📦 Pages 部署方法
30
30
105
105
| TGTOKEN | `6894123456:XXXXXXXXXX0qExVsBPUhHDAbXXXXXqWXgBA` | ❌ | 发送TG通知的机器人token |
106
106
| TGID | `6946912345` | ❌ | 接收TG通知的账户数字ID |
107
107
| SUBNAME | `CF-Workers-SUB` | ❌ | 订阅名称 |
108
- | SUBAPI | `subapi.fxxk.dedyn.io ` | ❌ | clash、singbox等 订阅转换后端 |
108
+ | SUBAPI | `SUBAPI.cmliussss.net ` | ❌ | clash、singbox等 订阅转换后端 |
109
109
| SUBCONFIG | [https://raw.github.../ACL4SSR_Online_MultiCountry.ini](https://raw.githubusercontent.com/cmliu/ACL4SSR/main/Clash/config/ACL4SSR_Online_MultiCountry.ini) | ❌ | clash、singbox等 订阅转换配置文件 |
110
110
111
111
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ https://raw.githubusercontent.com/Pawdroid/Free-servers/refs/heads/main/sub
23
23
`
24
24
25
25
let urls = [ ] ;
26
- let subConverter = "SUBAPI.fxxk.dedyn.io " ; //在线订阅转换后端,目前使用CM的订阅转换功能。支持自建psub 可自行搭建https://github.com/bulianglin/psub
26
+ let subConverter = "SUBAPI.cmliussss.net " ; //在线订阅转换后端,目前使用CM的订阅转换功能。支持自建psub 可自行搭建https://github.com/bulianglin/psub
27
27
let subConfig = "https://raw.githubusercontent.com/cmliu/ACL4SSR/main/Clash/config/ACL4SSR_Online_MultiCountry.ini" ; //订阅配置文件
28
28
let subProtocol = 'https' ;
29
29
You can’t perform that action at this time.
0 commit comments