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
We want to support a native desktop VPN on macOS, using the native macOS NetworkExtension APIs. The Tailscale wgengine defines an abstract Router interface for programming routing information into the operating system. Since we want to use the native macOS APIs to do this, we will implement a Router that uses the CoderVPN Control Protocol (#14731) to send Network Settings to the manager, which will then call the appropriate native APIs.
The text was updated successfully, but these errors were encountered:
We want to support a native desktop VPN on macOS, using the native macOS NetworkExtension APIs. The Tailscale
wgengine
defines an abstractRouter
interface for programming routing information into the operating system. Since we want to use the native macOS APIs to do this, we will implement aRouter
that uses the CoderVPN Control Protocol (#14731) to send Network Settings to the manager, which will then call the appropriate native APIs.The text was updated successfully, but these errors were encountered: