<div align="center">
  <a href="https://rustvnt.com">
<img src="https://socialify.git.ci/vnt-dev/vnt/image?description=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fvnt-dev%2FVntApp%2Fmaster%2Fandroid%2Fapp%2Fsrc%2Fmain%2Fres%2Fmipmap-xxxhdpi%2Fic_launcher.png&name=1&pattern=Plus&theme=Auto" alt="" width="640" height="320" />
<p>
	<a href="https://github.com/vnt-dev/vnt/releases"><img src="https://img.shields.io/github/downloads/vnt-dev/vnt/total"></a>
  <a href="https://github.com/vnt-dev/vnt/graphs/contributors"><img src="https://img.shields.io/github/contributors-anon/vnt-dev/vnt"></a>
  <a href="https://github.com/vnt-dev/vnt/releases/"><img src="https://img.shields.io/github/release/vnt-dev/vnt"></a>
  <a href="https://github.com/vnt-dev/vnt/issues"><img src="https://img.shields.io/github/issues-raw/vnt-dev/vnt"></a>
  <a href="https://github.com/vnt-dev/vnt/discussions"><img src="https://img.shields.io/github/discussions/vnt-dev/vnt"></a>
  <a href="GitHub repo size"><img src="https://img.shields.io/github/repo-size/vnt-dev/vnt?color=red&style=flat-square"></a>
  <a href="https://github.com/vnt-dev/vnt/actions?query=workflow%3ABuild"><img src="https://img.shields.io/github/actions/workflow/status/vnt-dev/vnt/rust.yml?branch=main" alt="Build status"></a>
  <a href="https://hub.docker.com/r/lubeilin/vnt"><img src="https://img.shields.io/docker/pulls/lubeilin/vnt?color=%2348BB78&logo=docker&label=pulls" alt="Downloads"></a>
</p>
</div>

### OpenWrt LUCI 安装包

- .ipk 常规openwrt安装包
这个是opkg
```
opkg install luci-app-vnt.apk
```

- .apk 新版openwrt安装包（非安卓包）

由于是后期使用SDK编译，签名证书不一致，所以需要添加 `--allow-untrusted` 跳过证书验证

```
apk add --allow-untrusted luci-app-vnt.apk
```