Web Analytics

frp-android

⭐ 215 stars Japanese by jahen

frp-android

Android向けのfrpクライアント。一个 Android 平台的 frp 客户端。

关于 frp

frp は、高性能なリバースプロキシアプリで、TCP、UDP、HTTP、HTTPSなど複数のプロトコルをサポートし、内網透過に特化しています。

功能特性

构建说明

环境要求

构建步骤

# 克隆仓库
git clone https://github.com/jahen/frp-android.git
cd frp-android

构建 Debug

./gradlew assembleDebug

构建 Release(默认使用 debug 签名,如需正式签名请配置 keystore)

./gradlew assembleRelease

リリース署名(オプション)

カスタム keystore を使用してリリースパッケージに署名する場合:

# keystore.properties 示例
storeFile=../release.keystore
storePassword=your_store_password
keyAlias=your_key_alias
keyPassword=your_key_password

注意:keystore.properties*.keystore 已加入 .gitignore,切勿提交!

许可证

Apache License 2.0

--- Tranlated By Open Ai Tx | Last indexed: 2026-06-16 ---