Fix tailscale dialer

This commit is contained in:
世界 2025-02-14 13:35:00 +08:00
parent ba41c54d92
commit 9543a3e854
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -122,6 +122,7 @@ func NewEndpoint(ctx context.Context, router adapter.Router, logger log.ContextL
Context: ctx, Context: ctx,
Options: options.DialerOptions, Options: options.DialerOptions,
RemoteIsDomain: remoteIsDomain, RemoteIsDomain: remoteIsDomain,
ResolverOnDetour: true,
NewDialer: true, NewDialer: true,
}) })
if err != nil { if err != nil {