mirror of
https://github.com/XrayR-project/XrayR-doc.git
synced 2025-06-09 05:59:51 +00:00
update
This commit is contained in:
parent
1e54789b7e
commit
6ce4ec6514
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
* [基本对接配置](dui-jie-sspanel/sspanel/README.md)
|
* [基本对接配置](dui-jie-sspanel/sspanel/README.md)
|
||||||
* [对接 Custom Config](dui-jie-sspanel/sspanel/sspanel_custom_config.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
|
## 对接V2board
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# 对接Shadowsocks
|
# 对接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 |
|
| ShadowsocksAEAD | √ | aes-128-gcm, aes-256-gcm, chacha20-ietf-poly1305 |
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# 对接Trojan
|
# 对接Trojan
|
||||||
|
|
||||||
|
{% hint style="info" %}
|
||||||
|
在SSPanel-UIM 2022.12.1 版本之后的新订阅系统中,使用节点地址配置的方法已经被弃用,必须使用 [Custom Config](sspanel_custom_config.md) 配置方法。
|
||||||
|
{% endhint %}
|
||||||
|
|
||||||
| 协议 | 支持情况 | 支持协议 |
|
| 协议 | 支持情况 | 支持协议 |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| Trojan | √ | tcp, grpc |
|
| Trojan | √ | tcp, grpc |
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# 对接V2ray
|
# 对接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 |
|
| 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。
|
alterId设为0,则自动启用VMessAEAD。
|
||||||
|
|
||||||
|
{% hint style="info" %}
|
||||||
注意:VMESS AEAD 将在 2022 年 1 月 1 日强制启用 请注意更新服务端配置,设置alterId = 0
|
注意:VMESS AEAD 将在 2022 年 1 月 1 日强制启用 请注意更新服务端配置,设置alterId = 0
|
||||||
|
{% endhint %}
|
||||||
|
|
||||||
## tcp示例
|
## tcp示例
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user