Luci support for V2Ray
This branch is new LuCI for OpenWrt 19.07 and later.
For legacy version: Branch legacy
- Add new opkg key:
wget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key
opkg-key add kuoruan-public.key
- Add opkg repository from kuoruan:
echo "src/gz kuoruan_universal http://openwrt.kuoruan.net/packages/releases/all" \
>> /etc/opkg/customfeeds.conf
opkg update
- Install package:
opkg install luci-app-v2ray
opkg install luci-i18n-v2ray-zh-cn
We also support HTTPS protocol.
- Upgrade package:
opkg update
opkg upgrade luci-app-v2ray
opkg upgrade luci-i18n-v2ray-zh-cn
-
Download ipk files from release page
-
Upload files to your router
-
Install package with opkg:
opkg install luci-app-v2ray_*.ipk
Dependencies:
- jshn
- ip (ip-tiny or ip-full)
- ipset
- iptables
- iptables-mod-tproxy
- resolveip
- dnsmasq-full (dnsmasq ipset is required)
For translations, please install luci-i18n-v2ray-*
.
You may need to remove
dnsmasq
before installing this package.
-
Download V2Ray file from V2Ray release link or V2Ray ipk release link.
-
Upload V2Ray file to your router, or install the ipk file.
-
Config V2Ray file path in LuCI page.
-
Add your inbound and outbound rules.
-
Enable the service via LuCI.
Package files is in branch luci2
Download with Git:
git clone -b luci2 https://github.com/kuoruan/luci-app-v2ray.git luci-app-v2ray