This commit is contained in:
pocketW 2023-01-20 23:47:35 +11:00
parent 1e54789b7e
commit 6ce4ec6514
4 changed files with 17 additions and 0 deletions

View File

@ -17,6 +17,9 @@
* [基本对接配置](dui-jie-sspanel/sspanel/README.md)
* [对接 Custom Config](dui-jie-sspanel/sspanel/sspanel_custom_config.md)
* [对接V2ray](dui-jie-sspanel/sspanel/v2ray.md)
* [对接Trojan](dui-jie-sspanel/sspanel/trojan.md)
* [对接Shadowsocks](dui-jie-sspanel/sspanel/shadowsocks.md)
## 对接V2board

View File

@ -1,5 +1,9 @@
# 对接Shadowsocks
{% hint style="info" %}
在SSPanel-UIM 2022.12.1 版本之后的新订阅系统中,使用节点地址配置的方法已经被弃用,必须使用 [Custom Config](sspanel_custom_config.md) 配置方法。
{% endhint %}
| 协议 | 支持情况 | 加密方法 |
| :--- | :--- | :--- |
| ShadowsocksAEAD | √ | aes-128-gcm, aes-256-gcm, chacha20-ietf-poly1305 |

View File

@ -1,5 +1,9 @@
# 对接Trojan
{% hint style="info" %}
在SSPanel-UIM 2022.12.1 版本之后的新订阅系统中,使用节点地址配置的方法已经被弃用,必须使用 [Custom Config](sspanel_custom_config.md) 配置方法。
{% endhint %}
| 协议 | 支持情况 | 支持协议 |
| :--- | :--- | :--- |
| Trojan | √ | tcp, grpc |

View File

@ -1,5 +1,9 @@
# 对接V2ray
{% hint style="info" %}
在SSPanel-UIM 2022.12.1 版本之后的新订阅系统中,使用节点地址配置的方法已经被弃用,必须使用 [Custom Config](sspanel_custom_config.md) 配置方法。
{% endhint %}
| 协议 | 支持情况 |
| :--- | :--- |
| VMess | tcp, tcp+http, tcp+tls, ws, ws+tls, h2c, h2+tls, grpc, grpc+tls |
@ -14,7 +18,9 @@ IP;监听端口;alterId;(tcp或ws);(tls或不填);path=/xxx|host=xxxx.com|server
alterId设为0则自动启用VMessAEAD。
{% hint style="info" %}
注意VMESS AEAD 将在 2022 年 1 月 1 日强制启用 请注意更新服务端配置设置alterId = 0
{% endhint %}
## tcp示例