
<div align="center">
<a href="https://www.easytier.top/">
<img src="https://socialify.git.ci/EasyTier/EasyTier/image?description=1&font=Inter&logo=https%3A%2F%2Fraw.githubusercontent.com%2FEasyTier%2FEasyTier%2Fmain%2Feasytier-gui%2Fsrc-tauri%2Ficons%2Fios%2FAppIcon-83.5x83.5%25402x.png&name=1&pattern=Plus&theme=Auto" alt="" width="640" height="320" />

<a href="https://github.com/EasyTier/EasyTier/releases"><img src="https://img.shields.io/github/downloads/EasyTier/EasyTier/total"></a>
<a href="https://github.com/EasyTier/EasyTier/releases/"><img src="https://img.shields.io/github/release/EasyTier/EasyTier"></a>
[![GitHub](https://img.shields.io/github/license/EasyTier/EasyTier)](https://github.com/EasyTier/EasyTier/blob/main/LICENSE)
[![GitHub last commit](https://img.shields.io/github/last-commit/EasyTier/EasyTier)](https://github.com/EasyTier/EasyTier/commits/main)
[![GitHub issues](https://img.shields.io/github/issues/EasyTier/EasyTier)](https://github.com/EasyTier/EasyTier/issues)
[![GitHub Core Actions](https://github.com/EasyTier/EasyTier/actions/workflows/core.yml/badge.svg)](https://github.com/EasyTier/EasyTier/actions/workflows/core.yml)
[![GitHub GUI Actions](https://github.com/EasyTier/EasyTier/actions/workflows/gui.yml/badge.svg)](https://github.com/EasyTier/EasyTier/actions/workflows/gui.yml)
<a href="https://hub.docker.com/r/easytier/easytier"><img src="https://img.shields.io/docker/pulls/easytier/easytier?color=%2348BB78&logo=docker&label=pulls" alt="Downloads"></a>

</div>

### OpenWrt LUCI 安装包 安装说明

- .ipk 常规openwrt安装包和中文语言包
这个是opkg
```
opkg install luci-app-easytier_all.ipk
opkg install luci-i18n-easytier-zh-cn_all.ipk
```

- .apk 新版openwrt安装包（非安卓包）和中文语言包

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

```
apk add --allow-untrusted luci-app-easytier.apk
apk add --allow-untrusted luci-i18n-easytier-zh-cn.apk
```

- 你也可以直接fork [EasyTier/luci-app-easytier](https://github.com/EasyTier/luci-app-easytier) 项目进行github云编译