Fix inconsistent URLTest results

This commit is contained in:
世界
2026-08-30 17:41:44 +08:00
parent c90f3564e8
commit 251a508fae
+5
View File
@@ -26,6 +26,11 @@ type OutboundWithPreferredRoutes interface {
PreferredAddress(metadata *InboundContext, address netip.Addr) bool
}
type OutboundWithMultiplex interface {
Outbound
MultiplexEnabled() bool
}
type FlowOutbound interface {
Outbound
tun.Port