doc: add support for v2raysocks

This commit is contained in:
pocketW 2022-08-22 22:13:58 +10:00
parent 1ec1765517
commit bdbf916a14
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ A Xray backend framework that can easily support many panels.
| v2board | √ | √ | √ |
| [PMPanel](https://github.com/ByteInternetHK/PMPanel) | √ | √ | √ |
| [ProxyPanel](https://github.com/ProxyPanel/ProxyPanel) | √ | √ | √ |
| [V2RaySocks](https://v2raysocks.doxtex.com/ ) | √ | √ | √ |
## 软件安装
### 一键安装

View File

@ -23,7 +23,7 @@ var (
)
var (
version = "0.8.1"
version = "0.8.2"
codename = "XrayR"
intro = "A Xray backend that supports many panels"
)