mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
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
Block a user