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
`coder vpn-daemon run` will instantiate a RPC connection with the
specified pipe handles and communicate with the (yet to be implemented)
parent process.
The tests don't ensure that the tunnel is actually usable yet as the
tunnel functionality isn't implemented, but it does make sure that the
tunnel tries to read from the RPC pipe.
Closes#14735
In order to support a native desktop VPN on Windows, add a
coder daemon
subcommand that uses the CoderVPN protocol (#14731) over stdin/stdout.It should start a TUN device with Wintun, then use the API in
workspacesdk
to connect to all the user's workspaces (#14730).The text was updated successfully, but these errors were encountered: