Code Monkey home page Code Monkey logo

luci-app-kcptun's Introduction

luci-app-kcptun

Luci support for kcptun

OpenWrt/LEDE 上的 Kcptun Luci 支持界面

编译说明

由于目录结构原因,无法使用 OpenWrt/LEDE 的 SDK 直接编译。 需要下载 OpenWrt/LEDE 的完整源码 https://github.com/lede-project/source 并将 luci-app-kcptun 放入 feeds/luci/applications/ 目录下。

cd openwrt
git clone https://github.com/kuoruan/luci-app-kcptun.git feeds/luci/applications/luci-app-kcptun
rm -rf tmp/

./scripts/feeds update luci
./scripts/feeds install luci

make menuconfig
make package/luci-app-kcptun/compile V=s

如果需要在 SDK 上编译,需要自行修改目录结构。参考:https://github.com/shadowsocks/luci-app-shadowsocks

安装说明

  1. release 页面下载最新版 luci-app-kcptun 和 luci-i18n-kcptun-zh-cn (简体中文翻译文件)
  2. 将下载好的 ipk 文件上传到路由器任意目录下, 如 /tmp
  3. 先安装 luci-app-kcptun 再安装 luci-i18n-kcptun-zh-cn
opkg install luci-app-kcptun_*.ipk
opkg install luci-i18n-kcptun-zh-cn_*.ipk

安装好 LuCI 之后需要下载路由器对应版本的 Kcptun 客户端文件, 上传到路由器上任意目录 (如: /usr/bin/kcptun)

下载地址: https://github.com/xtaci/kcptun/releases

之后到 LuCI 中配置好客户端或路径即可使用, 若提示不是 Kcptun 文件, 说明所下载的客户端文件不适合当前路由器, 请重新下载

卸载说明

卸载时需要先卸载 luci-i18n-kcptun-zh-cn, 再卸载 luci-app-kcptun

opkg remove luci-i18n-kcptun-zh-cn
opkg remove luci-app-kcptun

luci-app-kcptun's People

Contributors

kuoruan avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.