Files
web/src/app/(home)/docs/(faqs)/faq-general/page.mdx
2026-01-14 17:27:31 +08:00

22 lines
422 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中配置静态和动态代理IP
## 静态代理配置
### 手动设置
1. **打开设置**`about:preferences#general`
2. **网络设置** → **设置**
3. 选择 **手动代理配置**
```json
{
"HTTP代理": "45.76.123.89",
"端口": "8080",
"SSL代理": "45.76.123.89",
"端口": "8080",
"SOCKS主机": "45.76.123.89",
"端口": "1080"
}
```