- Notifications
You must be signed in to change notification settings - Fork924
Description
We want to support a native desktop VPN on macOS, using the native macOS NetworkExtension APIs. The Tailscalewgengine
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.