Lunatic029/dsh-clash-proxy ↗★ 0
dsh-clash-proxy
Route DeepSeek Harness outbound HTTP (LLM + web search/fetch) through a local forward proxy such as Clash, bypassing loopback and private networks.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lunatic029/dsh-clash-proxy说明文档
阅读完整 README ↗Configuration
| key | type | default | meaning |
|---|---|---|---|
proxy | string | proxy env vars | forward-proxy URL, e.g. http://127.0.0.1:7897 |
enabled | boolean | true | set false to disable the plugin entirely |
noProxy | string[] | [] | extra hosts / IPs / CIDRs to bypass |