mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
default security settings for dynamic port
This commit is contained in:
parent
d3a5a75a34
commit
0cfd8ab423
@ -13,6 +13,9 @@ func (v *VMessOutboundHandler) handleSwitchAccount(cmd *protocol.CommandSwitchAc
|
||||
account := &vmess.Account{
|
||||
Id: cmd.ID.String(),
|
||||
AlterId: uint32(cmd.AlterIds),
|
||||
SecuritySettings: &protocol.SecurityConfig{
|
||||
Type: protocol.SecurityType_LEGACY,
|
||||
},
|
||||
}
|
||||
|
||||
user := &protocol.User{
|
||||
|
Loading…
Reference in New Issue
Block a user