Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
docs(installation): note newly merged luci app for openwrt
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Jan 29, 2024
1 parent 43f4906 commit 9e6e25d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 11 additions & 2 deletions content/en/docs/prologue/installation/openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ Please move to [v2raya/v2raya-openwrt](https://github.com/v2raya/v2raya-openwrt)
## Install v2rayA via official OpenWrt feed

{{% notice info %}}
v2rayA has been merged into official OpenWrt since OpenWrt 21.02 stable release.
The user-friendly LuCI application `luci-app-v2raya` has been available since OpenWrt 23.05 stable release.
{{% /notice %}}

```bash
opkg update
opkg install luci-app-v2raya v2ray-geoip v2ray-geosite
```

{{% notice info %}}
Package `v2raya` has been available since OpenWrt 21.02 stable release.
{{% /notice %}}

```bash
Expand Down Expand Up @@ -113,7 +122,7 @@ wget https://raw.githubusercontent.com/openwrt/packages/master/net/v2raya/files/
chmod +x /etc/init.d/v2raya
```

#### Enable and start the service
## Enable and start the service

```bash
uci set v2raya.config.enabled='1'
Expand Down
11 changes: 10 additions & 1 deletion content/zh-cn/docs/prologue/installation/openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ toc: true
## 通过 OpenWrt 官方软件源安装

{{% notice info %}}
v2rayA 软件包已被上游合并,使用 OpenWrt 21.02 或更高版本的用户可以直接从软件源安装。
用户友好的 LuCI 应用 `luci-app-v2raya` 已被上游合并,使用 OpenWrt 23.05 或更高版本的用户可以直接从软件源安装。
{{% /notice %}}

```bash
opkg update
opkg install luci-i18n-v2raya-zh-cn v2ray-geoip v2ray-geosite
```

{{% notice info %}}
软件包 `v2raya` 已被上游合并,使用 OpenWrt 21.02 或更高版本的用户可以直接从软件源安装。
{{% /notice %}}

```bash
Expand Down

0 comments on commit 9e6e25d

Please sign in to comment.