mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
Fix: vmess UDP option should be effect
This commit is contained in:
parent
4ede39a669
commit
110ba36190
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue