├── .gitignore ├── README.md ├── frpc_example.ini ├── install.sh ├── install_cn.sh └── s /.gitignore: -------------------------------------------------------------------------------- 1 | frpc 2 | frpc.ini 3 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acgpiano/Android-Remote/HEAD/README.md -------------------------------------------------------------------------------- /frpc_example.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acgpiano/Android-Remote/HEAD/frpc_example.ini -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acgpiano/Android-Remote/HEAD/install.sh -------------------------------------------------------------------------------- /install_cn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acgpiano/Android-Remote/HEAD/install_cn.sh -------------------------------------------------------------------------------- /s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acgpiano/Android-Remote/HEAD/s --------------------------------------------------------------------------------