Merge branch 'ogn-dev' into with-tun

This commit is contained in:
yaling888
2022-03-20 21:26:25 +08:00
9 changed files with 28 additions and 5 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,