Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.17 KB

README.md

File metadata and controls

77 lines (50 loc) · 2.17 KB

xfrp

license Build Status Supported PRs Welcome Issue Welcome OpenWRT

What is xfrp and why start xfrp

xfrp was frp client implemented by c for OpenWRT system

If you dont know what is frp, please visit this

The motivation to start xfrp project is that we are OpenWRTer, and openwrt usually ran in wireless router which has little ROM and RAM space, however golang always need more space and memory; therefore we start xfrp project

Compile

xfrp need libevent openssl-dev and json-c support

Before compile xfrp, please install libevent openssl-dev and json-c in your system.

git clone https://github.com/KunTengRom/xfrp.git
cd xfrp
cmake .
make

Quick start

Run in debug mode :

xfrp_client -c frpc_mini.ini -f -d 7 

Run in release mode :

xfrp_client -c frpc_mini.ini -d 0

Todo list

  • support compression
  • support encrypt

How to contribute our project

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Contact

QQ群 : 331230369

Please support us and star our project