Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastlane for F-Droid #1

Merged
merged 1 commit into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions fastlane/metadata/andriod/en-US/full_description.txt
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>
1 change: 1 addition & 0 deletions fastlane/metadata/andriod/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A rule-based tunnel
11 changes: 11 additions & 0 deletions fastlane/metadata/andriod/zh-CN/full_description.txt
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>
1 change: 1 addition & 0 deletions fastlane/metadata/andriod/zh-CN/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
基于规则的隧道