Exclave
0.12.7
SagerNet 的一个分支,SagerNet 是用 Kotlin 编写的 Android 通用代理工具链。
飞地
NaïveProxy 插件(直接使用上游版本)
歇斯底里2插件
Mieru 插件或直接使用上游版本
布鲁克插件
Juicity插件
其他插件
Exclave 不是您的语言,或者翻译不正确或不完整?参与 Hosted Weblate 上的翻译。
请在此处报告问题。不要向上游报告问题,因为所使用的核心已被大量修改。如果您认为您的问题包含敏感信息,请在发布之前使用此 GPG 公钥进行加密。
Copyright (C) 2021 by nekohasekai <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
git clone
这个项目和至少子模块library/core
。release.keystore
(可以由Java keytool
生成)替换为您自己的。local.properties
KEYSTORE_PASS=your_keystore_pass
ALIAS_NAME=your_alias_name
ALIAS_PASS=your_alias_pass
./run lib core
./gradlew :app:downloadAssets
./gradlew :app:assembleOssRelease
app/build/outputs/apk/
中。 ./run plugin [plugin_name]
./gradlew :plugin:[plugin_name]:assembleOssRelease
plugin/[plugin_name]/build/outputs/apk/
中。