tailscale / tscert

Minimal package for just the HTTPS cert fetching part of the Tailscale client API
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

allow overriding tailscaled transport #11

Closed willnorris closed 1 month ago

willnorris commented 1 month ago

This allows callers an alternative to overriding the tailcaled dialer.

Example of how this will be used can be seen in https://github.com/tailscale/caddy-tailscale/pull/67

Updates tailscale/caddy-tailscale#66