diff --git a/protocol/outline/outbound.go b/protocol/outline/outbound.go index b97aafea..f891a3d9 100644 --- a/protocol/outline/outbound.go +++ b/protocol/outline/outbound.go @@ -41,7 +41,7 @@ func RegisterOutbound(registry *outbound.Registry) { // NewOutbound creates a proxyless outbond that uses the proxyless transport // for dialing func NewOutbound(ctx context.Context, router adapter.Router, log log.ContextLogger, tag string, options option.OutboundOutlineOptions) (adapter.Outbound, error) { - outboundDialer, err := dialer.New(ctx, options.DialerOptions) + outboundDialer, err := dialer.New(ctx, options.DialerOptions, true) if err != nil { return nil, err }