项目作者: kuoruan

项目描述 :
V2Ray for OpenWrt
高级语言: Makefile
项目地址: git://github.com/kuoruan/openwrt-v2ray.git
创建时间: 2019-02-12T03:58:04Z
项目社区:https://github.com/kuoruan/openwrt-v2ray

开源协议:MIT License

下载


openwrt-v2ray

V2Ray for OpenWrt

OpenWrt/LEDE 上可用的 V2Ray

Release Version Latest Release Download Releases Download

For luci-app-v2ray, please head to kuoruan/luci-app-v2ray

Install via OPKG

  1. Add new opkg key:
  1. wget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key
  2. opkg-key add kuoruan-public.key
  1. Add opkg repository:
  1. echo "src/gz kuoruan_packages http://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" \
  2. >> /etc/opkg/customfeeds.conf

Replace http:// with https:// if you like.

  1. Install package:
  1. opkg update
  2. opkg install v2ray-core

For minimal package:

  1. opkg update
  2. opkg install v2ray-core-mini
  1. Upgrade package:
  1. opkg update
  2. opkg upgrade v2ray-core

Manual Install

  • Download pre build ipk file from releases

  • Upload file to your router, install it with ssh command.

  1. opkg install v2ray-core*.ipk

Depends:

  • ca-certificates

Bin files will install in /usr/bin.

Custom build

  1. Use the latest OpenWrt SDK or with source code in master branch (requires golang modules support, commit openwrt/packages@7dc1f3e and later).

  2. Enter root directory of SDK, then download the Makefile:

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

For Chinese users, export GOPROXY=https://goproxy.io before build.

Start build:

  1. ./scripts/feeds update -a
  2. ./scripts/feeds install -a
  3. make menuconfig
  4. Network ---> Project V ---> <*> v2ray-core
  5. Network ---> Project V ---> <M> v2ray-core-mini
  6. make package/v2ray-core/{clean,compile} V=s
  • You can custom the features in V2Ray Mini Configuration option.
  1. UPX Compress

If you want to build with UPX compress, the UPX package is required.

  1. git clone -b master --depth 1 https://github.com/kuoruan/openwrt-upx.git package/openwrt-upx

Uninstall

  1. opkg remove v2ray-core # v2ray-core-mini