Merge remote-tracking branch 'clash/dev' into Alpha

# Conflicts:
#	Makefile
This commit is contained in:
MetaCubeX
2022-03-19 14:53:47 +08:00
8 changed files with 10 additions and 3 deletions

View File

@ -291,6 +291,7 @@ func NewVmess(option VmessOption) (*Vmess, error) {
tp: C.Vmess,
udp: option.UDP,
iface: option.Interface,
rmark: option.RoutingMark,
},
client: client,
option: &option,