add v2raysocks

This commit is contained in:
pocketW 2022-08-22 22:47:54 +10:00
parent 170b153272
commit a3b17b9b14
4 changed files with 9 additions and 1 deletions

View File

@ -55,6 +55,7 @@ A Xray backend framework that can easily support many panels.
| v2board | √ | √ | √ |
| [PMPanel](https://github.com/ByteInternetHK/PMPanel) | √ | √ | √ |
| [ProxyPanel](https://github.com/ProxyPanel/ProxyPanel) | √ | √ | √ |
| [WHMCS (V2RaySocks)](https://v2raysocks.doxtex.com/) | √ | √ | √ |
## V2ray支持协议

View File

@ -34,6 +34,9 @@
* [基本对接配置](dui-jie-proxypanel/ji-ben-dui-jie-pei-zhi.md)
## 对接WHMCS (V2RaySocks)
* [基本对接配置](dui-jie-v2raysocks/v2raysocks.md)
## 功能说明
* [限速功能说明](gong-neng-shuo-ming/speedlimit.md)

View File

@ -0,0 +1,4 @@
# 基本对接配置
1. 在`config.yml`中配置`PanelType: "V2RaySocks"`
2. WHMCS (V2RaySocks)的详细配置请查看:[WHMCS (V2RaySocks)](https://v2raysocks.doxtex.com/)

View File

@ -281,7 +281,7 @@ PanelType: "V2board" # Panel type: SSpanel, V2board, PMpanel, Proxypanel
| 参数 | 选项 | 说明 |
| ----------- | ------------------------------------------ | ---------------- |
| `PanelType` | `SSPanel`,`V2board`,`PMpanel`,`Proxypanel` | 对接前端面板类型 |
| `PanelType` | `SSPanel`,`V2board`,`PMpanel`,`Proxypanel`, `V2RaySocks`| 对接前端面板类型 |
#### 面板对接配置