Skip to content

kuoruan/openwrt-frp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openwrt-frp

Frpc/Frps for OpenWrt

OpenWrt/LEDE 上可用的 Frp 客户端/服务端

Release Version Latest Release Download Total Download

安装说明

  1. release 页面下载最新版的frpcfrps(注:请根据你的路由器架构下载对应版本)

  2. 将文件上传到你的路由器上,进行安装

opkg install frpc_*.ipk
opkg install frps_*.ipk

安装完毕,你可以在 /usr/bin 目录下找到对应的二进制文件。

获取 Luci 请访问:kuoruan/luci-app-frpc

编译说明

请使用最新版的 OpenWrt SDK 或 master 版源代码。

进入 SDK 根目录或源码根目录,执行命令下载 Makefile:

git clone https://github.com/kuoruan/openwrt-frp.git package/frp

编译流程:

./scripts/feeds update -a
./scripts/feeds install -a

make menuconfig

Network  ---> Web Servers/Proxies  ---> <*> frpc
Network  ---> Web Servers/Proxies  ---> <*> frps

make package/frp/{clean,compile} V=s

卸载说明

opkg remove frpc
opkg remove frps