fix: tuic missing routing mark
This commit is contained in:
parent
af6f85c657
commit
262ce7325c
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ func NewTuic(option TuicOption) (*Tuic, error) {
|
|||
udp: true,
|
||||
tfo: option.FastOpen,
|
||||
iface: option.Interface,
|
||||
rmark: option.RoutingMark,
|
||||
prefer: C.NewDNSPrefer(option.IPVersion),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue