| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2025-11-11 |
|
[d288e5] CI: update dependencies |
| ca-certificates | 2025-11-11 |
|
[f1c5d4] ca-certificates: Update to 20250419 |
| luci-app-v2raya | 2025-11-11 |
|
[670442] luci-app-v2raya: sync translations |
| v2fly-geodata | 2025-11-11 |
|
[338aee] v2fly-geodata: Update to latest version |
| v2ray-core | 2025-11-11 |
|
[c6e5f5] v2ray-core: Update to 5.41.0 |
| v2raya | 2025-11-11 |
|
[9534d9] v2raya: Update to 2.2.7.4 |
| xray-core | 2025-11-11 |
|
[40fa18] xray-core: Update to 25.10.15 |
| README.md | 2023-08-13 |
|
[8240b6] docs: fix sourceforge download url |
| README.zh-cn.md | 2023-08-13 |
|
[8240b6] docs: fix sourceforge download url |
| v2raya.pub | 2021-12-15 |
|
[03260d] build: add usign key |
opkg feed of v2rayA for OpenWrt users.
Make sure package
wget-sslorlibustreamis installed on your device
sh
wget https://downloads.sourceforge.net/project/v2raya/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
sh
echo "src/gz v2raya https://downloads.sourceforge.net/project/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
sh
opkg update
```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
```
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