All Projects → kuoruan → Openwrt V2ray

kuoruan / Openwrt V2ray

Licence: mit
V2Ray for OpenWrt

Projects that are alternatives of or similar to Openwrt V2ray

Openwrt Shadowsocks
Shadowsocks-libev for OpenWrt/LEDE
Stars: ✭ 3,091 (+127.61%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocksr Libev Full
ShadowsocksR-libev-full for OpenWrt
Stars: ✭ 406 (-70.1%)
Mutual labels:  makefile, openwrt
Clash
Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash
Stars: ✭ 293 (-78.42%)
Mutual labels:  makefile, openwrt
Openwrt Dns Forwarder
DNS-Forwarder for OpenWrt
Stars: ✭ 215 (-84.17%)
Mutual labels:  makefile, openwrt
Luci App Clash
Luci interface for Clash Openwrt
Stars: ✭ 967 (-28.79%)
Mutual labels:  v2ray, openwrt
Openwrt Trojan
trojan and its dependencies for OpenWrt
Stars: ✭ 236 (-82.62%)
Mutual labels:  makefile, openwrt
Asuswrt Merlin Transparent Proxy
transparent proxy base on ss, v2ray, ipset, iptables, chinadns on asuswrt merlin.
Stars: ✭ 367 (-72.97%)
Mutual labels:  v2ray, openwrt
Openwrt Shadowsocksr
ShadowsocksR-libev for OpenWrt/LEDE
Stars: ✭ 136 (-89.99%)
Mutual labels:  makefile, openwrt
Vps setup
linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/
Stars: ✭ 678 (-50.07%)
Mutual labels:  v2ray, openwrt
Openwrt Chinadns
ChinaDNS for OpenWrt/LEDE
Stars: ✭ 671 (-50.59%)
Mutual labels:  makefile, openwrt
Openwrt Pcap dnsproxy
Pcap_DNSProxy for OpenWrt/LEDE
Stars: ✭ 204 (-84.98%)
Mutual labels:  makefile, openwrt
Openwrt Simple Obfs
Simple-obfs for OpenWrt/LEDE
Stars: ✭ 81 (-94.04%)
Mutual labels:  makefile, openwrt
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (-87.04%)
Mutual labels:  makefile, openwrt
R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (-92.93%)
Mutual labels:  openwrt, v2ray
Openwrt
Mercer's OpenWrt source tree
Stars: ✭ 158 (-88.37%)
Mutual labels:  makefile, openwrt
Openclash
A Clash Client For OpenWrt
Stars: ✭ 4,680 (+244.62%)
Mutual labels:  v2ray, openwrt
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (-91.16%)
Mutual labels:  makefile, openwrt
Iptv
一键安装管理 FFmpeg / nginx / openresty / xray / v2ray / armbian / proxmox / cloudflare partner,workers / ibm cloud foundry 脚本
Stars: ✭ 481 (-64.58%)
Mutual labels:  v2ray, openwrt
Openwrt Kcptun
kcptun for OpenWrt
Stars: ✭ 80 (-94.11%)
Mutual labels:  makefile, openwrt
Openwrt Packages
Onion Packages Feed for OpenWRT
Stars: ✭ 91 (-93.3%)
Mutual labels:  makefile, 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/[email protected] 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].