All Projects → kuoruan → Openwrt Kcptun

kuoruan / Openwrt Kcptun

Licence: mit
kcptun for OpenWrt

Projects that are alternatives of or similar to Openwrt Kcptun

Openwrt V2ray
V2Ray for OpenWrt
Stars: ✭ 1,358 (+1597.5%)
Mutual labels:  makefile, openwrt
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (+120%)
Mutual labels:  makefile, openwrt
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (+50%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocksr
ShadowsocksR-libev for OpenWrt/LEDE
Stars: ✭ 136 (+70%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocks
Shadowsocks-libev for OpenWrt/LEDE
Stars: ✭ 3,091 (+3763.75%)
Mutual labels:  makefile, openwrt
Openwrt Packages
Onion Packages Feed for OpenWRT
Stars: ✭ 91 (+13.75%)
Mutual labels:  makefile, openwrt
Openwrt
Mercer's OpenWrt source tree
Stars: ✭ 158 (+97.5%)
Mutual labels:  makefile, openwrt
Openwrt Simple Obfs
Simple-obfs for OpenWrt/LEDE
Stars: ✭ 81 (+1.25%)
Mutual labels:  makefile, openwrt
Openwrt Trojan
trojan and its dependencies for OpenWrt
Stars: ✭ 236 (+195%)
Mutual labels:  makefile, openwrt
Openwrt Dns Forwarder
DNS-Forwarder for OpenWrt
Stars: ✭ 215 (+168.75%)
Mutual labels:  makefile, openwrt
Openwrt Pcap dnsproxy
Pcap_DNSProxy for OpenWrt/LEDE
Stars: ✭ 204 (+155%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocksr Libev Full
ShadowsocksR-libev-full for OpenWrt
Stars: ✭ 406 (+407.5%)
Mutual labels:  makefile, openwrt
Clash
Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash
Stars: ✭ 293 (+266.25%)
Mutual labels:  makefile, openwrt
Openwrt Chinadns
ChinaDNS for OpenWrt/LEDE
Stars: ✭ 671 (+738.75%)
Mutual labels:  makefile, openwrt
Zcash Apple
Zcash for Apple platforms
Stars: ✭ 75 (-6.25%)
Mutual labels:  makefile
Handbook
The Niteo Handbook
Stars: ✭ 77 (-3.75%)
Mutual labels:  makefile
Packages
Community maintained packages for OpenWrt.
Stars: ✭ 74 (-7.5%)
Mutual labels:  makefile
Browsenx
Launches the browser via nsp
Stars: ✭ 75 (-6.25%)
Mutual labels:  makefile
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (-1.25%)
Mutual labels:  makefile
Kbd
for building keyboard libraries
Stars: ✭ 77 (-3.75%)
Mutual labels:  makefile

openwrt-kcptun

Kcptun Client/Server for OpenWrt

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

Release Version Latest Release Download

安装说明

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

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

opkg install kcptun-client_*.ipk
opkg install kcptun-server_*.ipk

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

[email protected]:~# kcptun-client -v
kcptun version 20190109-2_OpenWrt

[email protected]:~# kcptun-server -v
kcptun version 20190109-2_OpenWrt

配合 luci-app-kcptun 使用时,请将 客户端文件 路径配置为 /usr/bin/kcptun-client

  • 注意:luci-app-kcptun 并不支持 kcptun-server

编译说明

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

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

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

编译流程:

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

make menuconfig

Network  ---> Web Servers/Proxies  ---> <*> kcptun-client
Network  ---> Web Servers/Proxies  ---> <*> kcptun-server

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

卸载说明

opkg remove kcptun-client
opkg remove kcptun-server
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].