From bdbf916a14cc8a25153f0d55c676911e32b8f0da Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:13:58 +1000 Subject: [PATCH] doc: add support for v2raysocks --- README.md | 1 + main/main.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d144d3..a596a08 100644 --- a/README.md +++ b/README.md @@ -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/ ) | √ | √ | √ | ## 软件安装 ### 一键安装 diff --git a/main/main.go b/main/main.go index 37c6e30..4347cc4 100644 --- a/main/main.go +++ b/main/main.go @@ -23,7 +23,7 @@ var ( ) var ( - version = "0.8.1" + version = "0.8.2" codename = "XrayR" intro = "A Xray backend that supports many panels" )