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.
AI Analysis
用于解决 DSH 的网络出站限制。适合需要通过本地代理(如 Clash)访问外部 LLM 接口或进行网页搜索,同时绕过本地回环地址的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lunatic029/dsh-clash-proxyREADME
Read the full 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 |