1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 15:14:43 -05:00
将节点和订阅转换为 clash(meta) 配置
Go to file
2023-09-13 00:46:17 +08:00
api update 2023-09-13 00:46:17 +08:00
config update 2023-09-13 00:46:17 +08:00
model update 2023-09-13 00:46:17 +08:00
parser update 2023-09-13 00:46:17 +08:00
templates update 2023-09-13 00:46:17 +08:00
utils update 2023-09-13 00:46:17 +08:00
validator init 2023-09-12 18:40:24 +08:00
.env.example update 2023-09-13 00:46:17 +08:00
.gitignore update 2023-09-13 00:46:17 +08:00
go.mod update 2023-09-13 00:46:17 +08:00
go.sum update 2023-09-13 00:46:17 +08:00
LICENSE.txt update 2023-09-13 00:46:17 +08:00
main.go update 2023-09-13 00:46:17 +08:00
README.md update 2023-09-13 00:46:17 +08:00

sub2clash

将订阅链接转换为 Clash、Clash.Meta 配置

特性

  • 开箱即用的规则、策略组配置
  • 自动根据节点名称按国家划分策略组
  • 支持多订阅合并
  • 支持多种协议
    • Shadowsocks
    • ShadowsocksR
    • Vmess
    • Vless
    • Trojan
    • Hysteria
    • TUIC
    • WireGuard

API

/clash

获取 Clash 配置链接

Query 参数 类型 说明
sub string 订阅链接(可以输入多个订阅,用 , 分隔)
refresh bool 强制刷新配置(默认缓存 5 分钟)

/meta

获取 Meta 配置链接

Query 参数 类型 说明
sub string 订阅链接(可以输入多个订阅,用 , 分隔)
refresh bool 强制刷新配置(默认缓存 5 分钟)

TODO

  • 完善日志功能
  • 支持自动测速分组
  • 完善配置模板