coder / coder/coder-desktop-windows
Add a way to uninstall the wintun driver from the system
- 主要语言
- C#
- 星标
- 26
- 派生
- 12
- 平均合并
- 6 小时 50 分钟
- 30 天内合并 PR
- 1
描述
~~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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先阅读自动加载 wintun.dll 的 Go 代码,以及负责驱动程序处理的系统服务入口点。将请求实现的用户触发卸载行为与 Tailscale 基于信号的方法进行比较;当用户请求可以向服务发送信号并安全地移除系统驱动程序时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, go
- 领域
- desktop, networking, operating-systems
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100