mafeis/dsh-net-proxy1

dsh-net-proxy

DeepSeek Harness network-proxy plugin: route the agent's own network requests (web_search / web_fetch / external APIs) through a configured HTTP/HTTPS-CONNECT/SOCKS5 proxy, persisted and auto-applied at startup, with a settings UI.

AI Analysis

核心用途是为 Agent 的联网工具和 API 请求配置全局网络代理。适合处于受限网络环境、需要通过代理访问外部网络资源的用户。

Package
dsh-net-proxy
Version
0.2.5
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mafeis/dsh-net-proxy

配置字段(net-proxy.json)

字段默认含义
enabledfalse是否启用代理
protocolhttphttp(含 CONNECT 隧道)或 socks5
host / port127.0.0.1 / 7890代理地址
username / password可选认证
noProxy["127.0.0.1","localhost","::1"]命中则直连