Skip to content

5l1v3r1/xfrp

 
 

Repository files navigation

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

About

frp client for openwrt&LEDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • C++ 1.1%
  • CMake 0.5%