File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
en/docs/prologue/installation
zh-cn/docs/prologue/installation Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,16 @@ Please move to [v2raya/v2raya-openwrt](https://github.com/v2raya/v2raya-openwrt)
2020## Install v2rayA via official OpenWrt feed
2121
2222{{% notice info %}}
23- v2rayA has been merged into official OpenWrt since OpenWrt 21.02 stable release.
23+ The user-friendly LuCI application ` luci-app-v2raya ` has been available since OpenWrt 23.05 stable release.
24+ {{% /notice %}}
25+
26+ ``` bash
27+ opkg update
28+ opkg install luci-app-v2raya v2ray-geoip v2ray-geosite
29+ ```
30+
31+ {{% notice info %}}
32+ Package ` v2raya ` has been available since OpenWrt 21.02 stable release.
2433{{% /notice %}}
2534
2635``` bash
@@ -113,7 +122,7 @@ wget https://raw.githubusercontent.com/openwrt/packages/master/net/v2raya/files/
113122chmod +x /etc/init.d/v2raya
114123```
115124
116- #### Enable and start the service
125+ ## Enable and start the service
117126
118127``` bash
119128uci set v2raya.config.enabled=' 1'
Original file line number Diff line number Diff line change @@ -24,7 +24,16 @@ toc: true
2424## 通过 OpenWrt 官方软件源安装
2525
2626{{% notice info %}}
27- v2rayA 软件包已被上游合并,使用 OpenWrt 21.02 或更高版本的用户可以直接从软件源安装。
27+ 用户友好的 LuCI 应用 ` luci-app-v2raya ` 已被上游合并,使用 OpenWrt 23.05 或更高版本的用户可以直接从软件源安装。
28+ {{% /notice %}}
29+
30+ ``` bash
31+ opkg update
32+ opkg install luci-i18n-v2raya-zh-cn v2ray-geoip v2ray-geosite
33+ ```
34+
35+ {{% notice info %}}
36+ 软件包 ` v2raya ` 已被上游合并,使用 OpenWrt 21.02 或更高版本的用户可以直接从软件源安装。
2837{{% /notice %}}
2938
3039``` bash
You can’t perform that action at this time.
0 commit comments