Exclave
0.12.7
Kotlin で書かれた Android 用のユニバーサル プロキシ ツールチェーンである SagerNet のフォーク。
エクスクレーブ
NaïveProxy プラグイン (アップストリーム リリースを直接使用)
ヒステリア 2 プラグイン
Mieru プラグインまたはアップストリーム リリースを直接使用する
ブルックプラグイン
ジューシープラグイン
その他のプラグイン
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/
にあります。