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
The installer should come with wintun.dll to be dropped in the same directory we will be downloading the VPN binary to. It should also install the driver during installation, and uninstall it during uninstallation. This could either be by delegating the install/uninstall to the Go code, or importing the DLL in the installer and calling the correct method.
We will most likely need to check-in wintun.dll to this repo.
We ship wintun.dll and it gets automatically loaded by the Go code, but we should add some method of uninstalling the system driver from the system on user request. Tailscale does this by having a signal you can send to the system service to have it uninstall the driver.
The text was updated successfully, but these errors were encountered:
The install is handled by the Go code but there's no way to uninstall it currently. I'm not sure if it persists reboot or if it's just loaded when needed.
The installer should come withwintun.dll
to be dropped in the same directory we will be downloading the VPN binary to. It should also install the driver during installation, and uninstall it during uninstallation. This could either be by delegating the install/uninstall to the Go code, or importing the DLL in the installer and calling the correct method.We will most likely need to check-inwintun.dll
to this repo.We ship
wintun.dll
and it gets automatically loaded by the Go code, but we should add some method of uninstalling the system driver from the system on user request. Tailscale does this by having a signal you can send to the system service to have it uninstall the driver.The text was updated successfully, but these errors were encountered: