Files
web/src/app/(home)/docs/firefox-proxy/page.mdx

29 lines
861 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Firefox 设置 HTTP/Socks5 代理
Firefox 提供了多种代理设置方式,支持 HTTP/HTTPS 和 SOCKS5 协议。本教程将详细介绍各种配置方法。
## 配置方法概览
| 方法 | 适用场景 | 复杂度 | 持久性 |
|------|----------|--------|--------|
| 手动设置 | 单用户临时使用 | 低 | 重启浏览器失效 |
| 自动代理(PAC) | 企业环境 | 中 | 永久 |
| 扩展程序 | 灵活切换规则 | 高 | 永久 |
| 系统级代理 | 全局代理 | 低 | 系统重启失效 |
## 手动代理设置
### 打开代理设置页面
1. **点击菜单按钮**(右上角三横线)
2. 选择 **设置**(或直接访问 `about:preferences`
3. 滚动到页面底部
4. 点击 **网络设置** → **设置**
```javascript
// 快速访问代理设置的地址
about:preferences#general
// 或直接
about:preferences
```