Menu

Tree [d288e5] master /
 History

HTTPS access


File Date Author Commit
 .github 2025-11-11 Tianling Shen Tianling Shen [d288e5] CI: update dependencies
 ca-certificates 2025-11-11 Tianling Shen Tianling Shen [f1c5d4] ca-certificates: Update to 20250419
 luci-app-v2raya 2025-11-11 Tianling Shen Tianling Shen [670442] luci-app-v2raya: sync translations
 v2fly-geodata 2025-11-11 Tianling Shen Tianling Shen [338aee] v2fly-geodata: Update to latest version
 v2ray-core 2025-11-11 Tianling Shen Tianling Shen [c6e5f5] v2ray-core: Update to 5.41.0
 v2raya 2025-11-11 Tianling Shen Tianling Shen [9534d9] v2raya: Update to 2.2.7.4
 xray-core 2025-11-11 Tianling Shen Tianling Shen [40fa18] xray-core: Update to 25.10.15
 README.md 2023-08-13 Tianling Shen Tianling Shen [8240b6] docs: fix sourceforge download url
 README.zh-cn.md 2023-08-13 Tianling Shen Tianling Shen [8240b6] docs: fix sourceforge download url
 v2raya.pub 2021-12-15 Tianling Shen Tianling Shen [03260d] build: add usign key

Read Me

v2raya-openwrt

opkg feed of v2rayA for OpenWrt users.

简体中文

How to install

  1. Add v2rayA usign key

Make sure package wget-ssl or libustream is installed on your device

sh wget https://downloads.sourceforge.net/project/v2raya/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03

  1. Import v2rayA feed

sh echo "src/gz v2raya https://downloads.sourceforge.net/project/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"

  1. Update feeds

sh opkg update

  1. Install v2rayA and its dependencies

```sh
opkg install v2raya

# Check your firewall implementation
# Install the following packages for the nftables-based firewall4 (command -v fw4)
# Generally speaking, install them on OpenWrt 22.03 and later
opkg install kmod-nft-tproxy
# Install the following packages for the iptables-based firewall3 (command -v fw3)
# Generally speaking, install them on OpenWrt 21.02 and earlier
opkg install iptables-mod-conntrack-extra \
iptables-mod-extra \
iptables-mod-filter \
iptables-mod-tproxy \
kmod-ipt-nat6

# Choose a core you'd like to use, v2ray or Xray
# If you have both installed, the latter is preferred by default
#
# Note from maintainer: due to broken tproxy support in v2ray, recommend using Xray instead
opkg install xray-core
# opkg install v2ray-core

# Optional
# opkg install v2fly-geoip v2fly-geosite
```

How to use

  • Method 1 - Configure via LuCI interface (for OpenWrt 21.02 and higher version only)

  • Install LuCI app

    sh opkg install luci-app-v2raya

  • Visit http://<your_router_ip>/cgi-bin/luci/admin/services/v2raya and complete setup.

  • Method 2 - Configure via cli

  • Setup v2rayA

    sh # For advanced usage, please see /etc/config/v2raya uci set v2raya.config.enabled='1' uci commit v2raya

  • Start v2rayA

    sh /etc/init.d/v2raya start

  • Visit v2rayA webUI and enjoy

    http://<your_router_ip>:2017

MongoDB Logo MongoDB