Skip to content

Commit

Permalink
Fill vless response addon
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan6665 committed Jun 22, 2024
1 parent 07e3814 commit e0711b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/vless/inbound/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,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 {
Expand Down

0 comments on commit e0711b7

Please sign in to comment.