分享一个ClashR for Android客户端

搜了一下,发现没有最新版的 ClashR Android 客户端 自己编译了一个,分享给有需要的朋友吧

fork 自 ClashForAndroid

【最近更新:2021 年 01 月 23 日】

ps:一直有朋友们问我何时再更新,我想说已经没办法更新了,官方已经闭源了。
目前的版本现在还够用,即使下次更新也是更新兼容新配置文件格式

历史内容

修改内容

同步 Clash for Android 1.1.10 代码
同步 clash Branch:android c8ab24e 代码

修正了配置文件和一般托管的 clashr 命名不同

1
2
3
4
Protocol      string `proxy:"protocol"`
ProtocolParam string `proxy:"protocol-param"`
Obfs string `proxy:"obfs"`
ObfsParam string `proxy:"obfs-param"`

修改为

1
2
3
4
Protocol      string `proxy:"protocol"`
ProtocolParam string `proxy:"protocolparam"`
Obfs string `proxy:"obfs"`
ObfsParam string `proxy:"obfsparam"`

修复了直接编译 SSR 无法连接的问题,替换为 dev 代码
see:
sh4d0wfiend/clash/tree/dev
sh4d0wfiend/clash/tree/feat-ssr

修复部分 R 协议无法连接

使用方法

有一定的基础:

可直接在线转换订阅 https://sub.789.st
(注:已切换到新版配置格式,不支持 1.3.3 之前的版本)

没有基础:

一篇快速上手 Clash 的简单教程

支持的 R 算法

支持的R算法

Not support AEAD method yet.

Encrypting algorithm

  • aes-128-cfb
  • aes-192-cfb
  • aes-256-cfb
  • aes-128-ctr
  • aes-192-ctr
  • aes-256-ctr
  • aes-128-ofb
  • aes-192-ofb
  • aes-256-ofb
  • des-cfb
  • bf-cfb
  • cast5-cfb
  • rc4-md5
  • chacha20
  • chacha20-ietf
  • salsa20
  • camellia-128-cfb
  • camellia-192-cfb
  • camellia-256-cfb
  • idea-cfb
  • rc2-cfb
  • seed-cfb
  • none

Obfs

  • plain
  • http_simple
  • http_post
  • random_head
  • tls1.2_ticket_auth

Protocol

  • origin
  • verify_sha1 aka. one time auth(OTA)
  • auth_sha1_v4
  • auth_aes128_md5
  • auth_aes128_sha1
  • auth_chain_a
  • auth_chain_b

更新日志

v1.1.10
初始编译版本

v1.1.10R
修复部分算法连接失败(改用 mzz2017 版 r 算法,链接地址敏感词)

v1.1.10R2
更新core(v0.19.0R)
支持 Trojan 协议(实验性,无条件未测试)

v1.1.10R3
修复 R2 规则无效

v1.2.13R
同步官方更新

v1.2.14R
更新 Core

v1.3.3R2
更新同步到闭源前的最后一个版本 1.3.3
更新 core 支持最新的配置文件格式(支持 PROCESS-NAME 字段)

v1.3.4R
更新 ssr 依赖(b52844f)
更新内置 Country.mmdb
更新支持 SSR Cipher(none)
更新支持 SSR Protocol(auth_chain_a,auth_chain_b)
修复界面显示 ssr 协议为 unknown

ps:由于 SSR 协议过于陈旧且无人维护。
如无必要,不推荐使用 SSR 协议,请使用官方版+SS 协议

下载地址

下载地址评论后可见

评论后请刷新本页面即可看到下载地址,评论无意义内容将被拉黑导致无法下载

GitHub

开源地址

ClashRForAndroid:
https://github.com/naicfeng/ClashRForAndroid
https://github.com/goomadao/ClashForAndroid
ClashForAndroid:
https://github.com/Kr328/ClashForAndroid

Clash:
https://github.com/Dreamacro/clash
ClashR:
https://github.com/goomadao/clash
https://github.com/sh4d0wfiend/clash

R 协议相关(因含有敏感词仅放作者主页):
https://github.com/mzz2017

其他操作系统

分享全平台 ClashR Core 客户端下载
https://cuojue.org/read/ClashR_Core.html


分享一个ClashR for Android客户端
https://cuojue.org/read/ClashR_for_Android.html
作者
WeiCN
发布于
2020年3月2日
更新于
2021年1月23日
许可协议