# Firefox

Firefox **内建按实例的代理配置 UI**，无需扩展或系统级配置。

## 在设置中配置

1. 菜单 → **设置 → 常规 → 网络设置 → 设置…**
2. 选 **手动代理配置**。
3. 填写：
   * **HTTP 代理**：`gate.helodata.io`，端口 `7777`
   * 勾选 **HTTPS 也使用此代理**
   * （或用 **SOCKS 主机** 同样填 host:port，选 SOCKS v5，并勾选 **使用 SOCKS v5 时同时代理 DNS 查询**）
4. 点 **确定**。首次请求时 Firefox 弹出凭证框：
   * 用户名：完整代理用户名（如 `helo_s1a2b3c4d5e-type-res-region-us`）
   * 密码：子账号密码
5. 可勾选 **记住密码** 避免每次弹窗。

\[screenshot: Firefox 连接设置对话框填好 helodata 主机]

## ISP 变体

ISP 把 HTTP 代理主机改为你的 IP（如 `198.51.100.42`），端口仍是 `8000`。

## 用 Profile 做平行身份

Firefox 支持多 profile，每个 profile 独立的代理设置：

```bash
firefox --no-remote --profile ~/.helo-profiles/us
firefox --no-remote --profile ~/.helo-profiles/de
```

进入每个 profile 自己的 **网络设置** 配置代理。

## 容器标签页（进阶）

结合 **Multi-Account Containers** 扩展 + **Container Proxy** 扩展，可按容器分配不同代理——一窗多 geo 测试很方便。

## 验证

访问 `https://ipv4.icanhazip.com`，显示的 IP 应来自 helodata。

## 常见陷阱

* **未勾选 HTTPS 代理** — 那 HTTPS 站点就绕过代理了，请始终勾上。
* **SOCKS5 未勾选 DNS 走代理** — 本地解析会泄露 DNS、地理失效。务必勾选 **使用 SOCKS v5 时同时代理 DNS 查询**。
* **轮换密码后保存的密码失效** — 重新输入即可。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helodata.com/helodata-zh/ji-cheng-zhi-nan/liu-lan-qi/firefox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
