• Stars
    star
    2,162
  • Rank 21,156 (Top 0.5 %)
  • Language Makefile
  • License
    MIT License
  • Created over 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

V2Ray for OpenWrt

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

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

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

For minimal package:

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

Manual Install

  • Download pre build ipk file from releases

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

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:

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

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

Start build:

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

make menuconfig

Network ---> Project V ---> <*> v2ray-core

Network ---> Project V ---> <M> v2ray-core-mini

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.

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

Uninstall

opkg remove v2ray-core # v2ray-core-mini

More Repositories

1

shell-scripts

Linux Shell Scripts
Shell
1,175
star
2

luci-app-v2ray

LuCI support for V2Ray
TypeScript
1,161
star
3

openwrt-frp

Frpc & Frps for OpenWrt
Shell
604
star
4

Chromium-Android

Chromium Android Browser Source for Android Studio
Java
376
star
5

luci-app-kcptun

LuCI support for kcptun
Lua
317
star
6

luci-app-frpc

LuCI support for FRPC
Lua
267
star
7

kcptun_installer

Kcptun一键安装脚本 (此仓库已废弃)
Shell
121
star
8

openwrt-kcptun

kcptun for OpenWrt
Makefile
107
star
9

Xware

Xware1.0.31 From: http://downloads.openwrt.org.cn/software/xware1.0.31/
73
star
10

iterm2-zmodem

Zmodem(lrzsz) for iTerm2
Shell
59
star
11

v8go-polyfills

Add polyfills to rogchap/v8go
Go
58
star
12

luci-app-adbyby

openwrt adbyby luci support
Lua
55
star
13

luci-app-youku

OpenWrt 优酷挖矿扩展,适用于MTK7620A(N) - Obsoleted (已废弃)
Lua
28
star
14

openwrt-upx

UPX package for OpenWrt
Makefile
24
star
15

libv8

prebuilt v8 monolith static libraries
Batchfile
23
star
16

dmhy-download-helper

A download helper for dmhy.org
JavaScript
14
star
17

luci-app-qos-gargoyle

My fork of luci-app-qos-gargoyle
Lua
13
star
18

ContentShell-Android

Chromium Content Shell for Android Studio
Java
12
star
19

HTML5-Chinese

HTML5 中文参考手册 chm
HTML
11
star
20

gargoyle-packages

My fork of Gargoyle packages for LEDE. Doing
C
10
star
21

shadowsocks-rss

ShadowsocksR update rss, SSR organization https://github.com/shadowsocksr https://twitter.com/breakwa11
9
star
22

Android-BomberMan

Android 炸弹人小游戏
Java
9
star
23

verdaccio-openid

📦🔐 OpenIDConnect plugin for Verdaccio, fork of n4bb12/verdaccio-github-oauth-ui
TypeScript
4
star
24

Openwrt-Extend

Shell
3
star
25

react-ssr

React Server Side Rendering with HMR support
TypeScript
2
star
26

vite-plugin-svg-combiner

Another SVG sprites plugin for Vite/Rollup.
TypeScript
2
star
27

es-packages

ES packages write with Typescript
TypeScript
2
star
28

Android-RotatingMenu-demo

Android 旋转菜单
Java
1
star
29

openwrt-feeds

My own OpenWrt pacakges
Lua
1
star
30

QQ-Client

Java
1
star
31

luci-app-qosv4

Shell
1
star
32

multimutex

Go
1
star