Git Product home page Git Product logo

luci-app-kcptun's Introduction

luci-app-kcptun

Luci support for kcptun

OpenWrt/LEDE 上的 Kcptun Luci 支持界面

Release Version Latest Release Download

获取 Kcptun for OpenWrt, 请访问:https://github.com/kuoruan/openwrt-kcptun

编译说明

编辑 feeds.conf.default 添加如下内容:

src-git luci-app-kcptun https://github.com/kuoruan/luci-app-kcptun.git

然后按照正常的编译流程:

./scripts/feeds update luci-app-kcptun
./scripts/feeds install luci-app-kcptun

make menuconfig
make

安装说明

  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 客户端,直接配置好路径即可,如果当前还没有客户端文件,可以使用以下操作:

  1. 配置好 客户端文件 路径(可选,默认路径 /var/kcptun_client),确保客户端文件所在目录的剩余空间足以放下两个客户端文件;
  2. 根据当前设备,配置好 CPU 架构(可选);
  3. 如果你的路由器上装有透明代理软件,最好先打开;
  4. 点击 检查 Kcptun,正常情况下应该会获取到 Kcptun 最新版本号;
  5. 点击更新 按钮来自动下载配置客户端文件。

如果自动下载更新失败,请手动下载 Kcptun 客户端文件并上传到路由器上,然后配置好 客户端文件 路径。

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

卸载说明

卸载时需要先卸载 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

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.