You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
Now that tnset gives us the ability to Dial and the tailscaled codebase itself already containing code to create these proxies, it should simply be a case of copying the code and making it work in the sidecar.
(We need to copy because the code that does this is unexported in cmd/tailscaled
I created a proof-of-concept to see if it works with tsnet and everything worked well with both proxy kinds.
Just need to make sure that the copied code is properly attributed, contains the copyright notices and comes with the license.
The text was updated successfully, but these errors were encountered:
Now that
tnset
gives us the ability toDial
and thetailscaled
codebase itself already containing code to create these proxies, it should simply be a case of copying the code and making it work in the sidecar.(We need to copy because the code that does this is unexported in
cmd/tailscaled
I created a proof-of-concept to see if it works with
tsnet
and everything worked well with both proxy kinds.Just need to make sure that the copied code is properly attributed, contains the copyright notices and comes with the license.
The text was updated successfully, but these errors were encountered: