dsh plugins中文
← Back to popular plugin directory

DSH Plugin Net Access

Gumiho12345/dsh-plugin-net-access · skills

/ Adds a Net Access mode to DeepSeek Harness(dsh): curl.exe can access HTTPS inside the Windows sandbox again, with file-write protection unchanged.

★ 5GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
NOASSERTIONLicense

Project overview

DSH 的权限模式补丁:新增 Net Access 模式,在保持 workspace-write 文件写保护的基础上,恢复沙箱内的 HTTPS 访问。

DSH 的 Windows 沙箱(workspace-write)会拦截走 Schannel 的 HTTPS 请求(报 0x8009030E),系统自带的 curl 和 Invoke-WebRequest 都无法使用。Net Access 模式的文件写保护与 workspace-write 一致,同时让沙箱内的 HTTPS 恢复正常。仅支持 Windows、DSH 0.1.0-rc.7。 作用 沙箱内 curl.exe 可正常访问 HTTPS 文件写保护与 workspace-write 一致:工作区外写入被拒 权限选择器新增 Net Access 选项 python / node 的 HTTPS 不受影响 原理

setup.ps1 会做三件事:给引擎打补丁、注册权限预设、从 curl.se 自动下载 OpenSSL 版 curl 工具箱到 %USERPROFILE%\.dsh\netaccess-tools\bin\。

Install command

dsh plugin --profile web add github:Gumiho12345/dsh-plugin-net-access
View GitHub repository ↗Back to popular plugin directory