mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-07-10 09:33:25 +00:00
Fix tailscale start dependencies
This commit is contained in:
parent
dd454bf0c6
commit
08e8910cee
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ func NewEndpoint(ctx context.Context, router adapter.Router, logger log.ContextL
|
|||
HTTPClient: controlHTTPClient,
|
||||
}
|
||||
return &Endpoint{
|
||||
Adapter: endpoint.NewAdapter(C.TypeTailscale, tag, []string{N.NetworkTCP, N.NetworkUDP, N.NetworkICMP}, nil),
|
||||
Adapter: endpoint.NewAdapterWithDialerOptions(C.TypeTailscale, tag, []string{N.NetworkTCP, N.NetworkUDP, N.NetworkICMP}, controlHTTPClientOptions.DialerOptions),
|
||||
ctx: ctx,
|
||||
router: router,
|
||||
logger: logger,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue