Xray-core v24.11.11

This commit is contained in:
mhsanaei
2024-11-13 14:17:09 +03:30
parent c0ef53e542
commit 7ad4a3dffc
5 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ func (x *XrayAPI) AddUser(Protocol string, inboundTag string, user map[string]in
CipherType: ssCipherType,
})
} else {
account = serial.ToTypedMessage(&shadowsocks_2022.User{
account = serial.ToTypedMessage(&shadowsocks_2022.ServerConfig{
Key: user["password"].(string),
Email: user["email"].(string),
})