mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
fix: tuic missing routing mark
This commit is contained in:
parent
7d524668e0
commit
8f0c61ed14
|
@ -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 New Issue
Block a user