Lunatic029/dsh-clash-proxy ↗★ 0
dsh-clash-proxy
DSH 出站代理路由插件:支持将 LLM 请求及网页搜索/抓取等出站 HTTP 流量路由至本地 Clash 等正向代理。
AI 分析
用于解决 DSH 的网络出站限制。适合需要通过本地代理(如 Clash)访问外部 LLM 接口或进行网页搜索,同时绕过本地回环地址的用户。
安裝
$
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 |