2022-04-27 14:21:41 +10:00

23 lines
643 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 对接Shadowsocks
| 协议 | 支持情况 | 加密方法 |
| :--- | :--- | :--- |
| ShadowsocksAEAD | √ | aes-128-gcm, aes-256-gcm, chacha20-ietf-poly1305 |
## SSpanel-uim 节点地址格式
* 请注意,节点类型请选择:`Shadowsocks`
* 单端口多用户承载用户加密方式请选择:`aes-128-gcm`, `aes-256-gcm`, `chacha20-ietf-poly1305`三者之一。
* XrayR目前只支持一个单端口多用户承载用户有多个承载用户时只使用第一个。
```text
域名或IP;port=监听端口#连接端口;server=xx
```
## Shadowsocks 示例
```text
示例gz.aaa.com;port=80#1234;server=gz.aaa.com
```