Exclave
0.12.7
Kotlin으로 작성된 Android용 범용 프록시 도구 체인인 SagerNet의 포크입니다.
독점하다
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/
에 있습니다.