# 火狐浏览器

#### 步骤：

1. 打开 **Firefox 浏览器**。
2. 点击右上角的 **三条横线（菜单）**，选择 **设置**（Settings）。
3. 在左侧的菜单中选择 **网络设置**（Network Settings），然后点击 **设置...**（Settings）按钮。
4. 在弹出的 **连接设置** 窗口中，选择 **手动代理设置**（Manual proxy configuration）。
5. 在 **SOCKS 主机**（SOCKS Host）框中输入你的 SOCKS5 代理的 **IP 地址**，在 **端口**（Port）框中输入相应的端口号。
6. 确保选中 **SOCKS v5**，而不是默认的 **SOCKS v4**。
7. 如果你希望 Firefox 使用 SOCKS5 代理进行 DNS 请求（确保 DNS 通过代理进行解析），请勾选 **远程 DNS 解析**（Proxy DNS when using SOCKS v5）。
8. 完成设置后，点击 **确定**（OK）。

#### 示例：

* **SOCKS 主机**：`127.0.0.1`
* **端口**：`1080`

完成设置后，Firefox 会通过指定的 SOCKS5 代理进行网络访问。

这会将 Firefox 的网络流量通过 SOCKS5 代理进行传输，而无需更改系统级别的代理设置。

**特别说明:火狐浏览器无法直接设置账密，所以上述步骤仅对**[**Cliproxy桌面程序**](/zh/socks5/pc.md)**提取和**[**静态IP白名单模式**](/zh/static/used.md)**有效，如果想使用**[**Cliproxy流量计划**](/zh/traffic.md)**则需要额外下载扩展程序进行配置**


---

# 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://help.cliproxy.com/zh/browser1/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.
