Update sspanel_custom_config.md

This commit is contained in:
pocketW 2022-07-22 12:11:26 +10:00 committed by GitHub
parent c5c7df7771
commit 558d1bdc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
# Shadowsocks
```json
{
"offset_port_user": "12345", //前端/订阅中下发的端口
"offset_port_user": "12345", //前端/订阅中下发的端口
"offset_port_node": "12345", //节点服务器下发的端口
"server_user": "hk.domain.com", //前端/订阅中下发的服务器地址
"mu_encryption": "chacha20-ietf-poly1305", // `aes-128-gcm`, `aes-256-gcm`, `chacha20-ietf-poly1305`三者之一
@ -203,4 +203,4 @@ alterId设为0则自动启用VMessAEAD。
"host": "hk.domain.com",
"enable_xtls": 1
}
```
```