All Projects → kuoruan → Openwrt Frp

kuoruan / Openwrt Frp

Licence: mit
Frpc & Frps for OpenWrt

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Openwrt Frp

Xfrps
xfrps fork from frp but mainly use its server side feature and cooperate with xfrp
Stars: ✭ 179 (-33.95%)
Mutual labels:  frp, openwrt
Gateway Go
🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]
Stars: ✭ 127 (-53.14%)
Mutual labels:  frp, openwrt
Luci App Frpc
LuCI support for FRPC
Stars: ✭ 124 (-54.24%)
Mutual labels:  frp, openwrt
Xfrp
xfrps&frp client for openwrt&LEDE
Stars: ✭ 205 (-24.35%)
Mutual labels:  frp, openwrt
openwrt-dnsmasq-extra
Anti Pollution/ADs DNS for OpenWrt/LEDE
Stars: ✭ 34 (-87.45%)
Mutual labels:  openwrt
scale-network
SCaLE's on-site expo network configurations, wifi, tooling, and scripts
Stars: ✭ 13 (-95.2%)
Mutual labels:  openwrt
firmware
The Firmware for the Freifunk Bielefeld Community
Stars: ✭ 23 (-91.51%)
Mutual labels:  openwrt
Actions OpenWrt-Amlogic
一键云编译适合Amlogic盒子的OpenWrt固件底包,并使用flippy的打包脚本生成指定内核版本的固件。默认为N1固件,包含绝大部分常用插件;云编译服务器性能有限,若超时失败,自行删减不必要的插件。
Stars: ✭ 57 (-78.97%)
Mutual labels:  openwrt
WeNet-router
用于wenet等,portal认证的校园网共享路由器脚本。
Stars: ✭ 19 (-92.99%)
Mutual labels:  openwrt
openwrt-k2t-build
github actions build openwrt firmware
Stars: ✭ 14 (-94.83%)
Mutual labels:  openwrt
TG799VAC-XTREME-17.2-MINT
My personal unique wiki for hacking the router firmware used by (Telia)TG799vac Xtream v17.2-MINT delivered from Technicolor
Stars: ✭ 71 (-73.8%)
Mutual labels:  openwrt
Actions-OpenWrt-R619AC
Build OpenWrt using GitHub Actions for P&W R619AC
Stars: ✭ 41 (-84.87%)
Mutual labels:  openwrt
callbag-rs
Rust implementation of the callbag spec for reactive/iterable programming
Stars: ✭ 25 (-90.77%)
Mutual labels:  frp
scal
System Configuration Abstraction Layer
Stars: ✭ 14 (-94.83%)
Mutual labels:  openwrt
anytunnel
内网穿透,内网穿透代理服务器,商用内网穿透代理系统,内网穿透平台,内网穿透多用户会员系统。
Stars: ✭ 115 (-57.56%)
Mutual labels:  frp
openwrt
OpenWrt Stable Version
Stars: ✭ 475 (+75.28%)
Mutual labels:  openwrt
YAOF
OpenWrt for Nanopi R2C/R2S/R4S/X86
Stars: ✭ 1,442 (+432.1%)
Mutual labels:  openwrt
Actions-OP
Autobuild openwrt using github actions | 自动编译你的专属openwrt固件
Stars: ✭ 19 (-92.99%)
Mutual labels:  openwrt
acto
A signals library for functional reactive programming
Stars: ✭ 18 (-93.36%)
Mutual labels:  frp
om5p-ac-v2-unlocker
Open Mesh OM5P-AC v2 Unlocker (U-Boot 1.1.4 based)
Stars: ✭ 32 (-88.19%)
Mutual labels:  openwrt

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].