Code Monkey home page Code Monkey logo

openwrt-v2ray's Introduction

openwrt-v2ray

V2Ray for OpenWrt

OpenWrt/LEDE 上可用的 V2Ray

Release Version Latest Release Download

安装说明

  • release 页面下载最新版的编译文件(注:请根据你的路由器架构下载对应版本)

通常下载 v2ray-core_*.ipk 即可

文件说明

文件名 内容 说明
v2ray_*.ipk 仅含 v2ray 只支持 Protobuf 格式配置文件
v2ctl_*.ipk 仅含 v2ctl V2Ray 辅助工具,提供 JSON 配置文件支持等
v2ray-assets_*.ipk 包含 geoip.dat 和 geosite.dat IP 数据文件和域名数据文件
v2ray-core_*.ipk 完整包 包含以上所有内容
  • 将文件上传到你的路由器上,进行安装
opkg install v2*.ipk

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

编译说明

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

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

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

编译流程:

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

make menuconfig

Languages  ---> Go  ---> <M> golang-v2ray-core-dev # 源码包,通常并不需要
Network  ---> Web Servers/Proxies  ---> <*> v2ray-core

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

卸载说明

opkg remove v2ray-core

openwrt-v2ray'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.