For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edge

Edge 基于 Chromium,代理行为与 Chrome 相同。默认跟随系统代理,也支持 --proxy-server 参数按 profile 启动。

推荐:系统级代理

Edge 自身没有代理 UI,设置系统代理后 Edge 即跟随:

  • Windows — 设置 → 网络 → 代理

  • macOS — 系统设置 → 网络 → 代理

  • Linux — 取决于桌面环境

备选:--proxy-server 参数

# 住宅
msedge \
  --user-data-dir=%TEMP%\edge-helo-res \
  --proxy-server="http://gate.helodata.io:7777"

# ISP
msedge \
  --user-data-dir=%TEMP%\edge-helo-isp \
  --proxy-server="http://198.51.100.42:8000"

凭证在首次请求时由 Edge 弹出的对话框输入,参数本身不接受内嵌凭证。

扩展:SwitchyOmega-Edge

Edge 兼容大多数 Chrome 扩展。在 Edge 加载项商店安装 SwitchyOmega,配置同 Chrome

验证

访问 https://ipv4.icanhazip.com,应看到 helodata 的 IP。

常见陷阱

  • 企业版 Edge — 公司部署可能通过组策略强制代理,覆盖你的设置。

  • 每次重启都弹凭证框 — 同 Chrome,SwitchyOmega 或系统级代理可避免。

最后更新于

这有帮助吗?