luci-app-v2ray
Luci support for V2Ray
Install
Install via OPKG (recommend)
- 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
Manual install
-
Download ipk files from release page
-
Upload files to your router
-
Install package with opkg:
opkg install luci-app-v2ray_*.ipk
Depends:
- jshn
- luci-lib-jsonc
- ip
- ipset
- iptables
- iptables-mod-tproxy
- resolveip
- dnsmasq-full (dnsmasq ipset is required)
For translations, please install luci-i18n-v2ray-*
.