forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from linsui/fastlane
fastlane for F-Droid
- Loading branch information
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
A Graphical user interface of Clash.Meta for Android. | ||
|
||
<h3>Features</h3> | ||
<ul> | ||
<li>Local HTTP/HTTPS/SOCKS server</li> | ||
<li>VMess, Shadowsocks, Trojan, Snell protocol support for remote connections</li> | ||
<li>Built-in DNS server that aims to minimize DNS pollution attack impact, supports DoH/DoT upstream and fake IP</li> | ||
<li>Rules based off domains, GEOIP, IPCIDR or Process to forward packets to different nodes</li> | ||
<li>Remote groups allow users to implement powerful rules. Supports automatic fallback, load balancing or auto select node based off latency</li> | ||
<li>Remote providers, allowing users to get node lists remotely instead of hardcoding in config</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A rule-based tunnel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Clash.Meta 的 Android 图形界面。 | ||
|
||
<h3>功能</h3> | ||
<ul> | ||
<li>本地 HTTP/HTTPS/SOCKS 服务器</li> | ||
<li>支持 VMess, Shadowsocks, Trojan, Snell 协议远程连接</li> | ||
<li>内置 DNS 服务器,旨在最小化 DNS 污染攻击影响,支持 DoH/DoT 上游和 fake IP</li> | ||
<li>基于规则根据域名,GEOIP, IPCIDR 或进程转发数据包到不同节点</li> | ||
<li>远程分组允许用户实现强大的规则。支持自动回退,负载均衡或基于延迟自动选择节点</li> | ||
<li>远程提供者,允许用户远程获取节点列表而不是在配置中硬编码</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
基于规则的隧道 |