1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 21:54:42 -05:00
sub2clash/README.md
2023-09-12 18:40:24 +08:00

38 lines
970 B
Markdown

# sub2clash
将订阅链接转换为 Clash、Clash.Meta 配置
## 特性
- 开箱即用的规则、策略组配置
- 自动根据节点名称按国家划分策略组
- 支持协议
- [x] Shadowsocks
- [x] ShadowsocksR
- [x] Vmess
- [x] Vless
- [x] Trojan
- [ ] Hysteria
- [ ] TUIC
- [ ] WireGuard
## API
### /clash
获取 Clash 配置链接
| Query 参数 | 类型 | 说明 |
| ---------- | ------ | --------------------------------- |
| sub | string | 订阅链接 |
| refresh | bool | 强制获取新配置(默认缓存 5 分钟) |
### /meta
获取 Meta 配置链接
| Query 参数 | 类型 | 说明 |
| ---------- | ------ | --------------------------------- |
| sub | string | 订阅链接 |
| refresh | bool | 强制获取新配置(默认缓存 5 分钟) |