mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-01-09 12:13:33 +02:00
Fill vless response addon
This commit is contained in:
parent
38ef5eac28
commit
5eba379a53
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ func (h *Handler) Process(ctx context.Context, network net.Network, connection s
|
|||
account := request.User.Account.(*vless.MemoryAccount)
|
||||
|
||||
responseAddons := &proxy.Addons{
|
||||
// Flow: requestAddons.Flow,
|
||||
Flow: account.Flow,
|
||||
}
|
||||
encoding.PopulateSeed(account.Seed, responseAddons)
|
||||
if check := encoding.CheckSeed(requestAddons, responseAddons); check != nil {
|
||||
|
|
Loading…
Reference in a new issue