mirror of https://github.com/Dreamacro/clash.git
Fix: vmess UDP option should be effect
This commit is contained in:
parent
ad18064e6b
commit
687c2a21cf
|
@ -158,7 +158,7 @@ func NewVmess(option VmessOption) (*Vmess, error) {
|
|||
name: option.Name,
|
||||
addr: net.JoinHostPort(option.Server, strconv.Itoa(option.Port)),
|
||||
tp: C.Vmess,
|
||||
udp: true,
|
||||
udp: option.UDP,
|
||||
},
|
||||
client: client,
|
||||
option: &option,
|
||||
|
|
Loading…
Reference in New Issue