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

36 lines
1.1 KiB
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.
# iOS 设置代理教程
本教程详细指导您在 iPhone 和 iPad 上配置代理服务器的完整步骤。
## 开始前的准备
在开始配置前,请确保您已获得以下信息:
- **代理服务器地址**proxy.example.com 或 192.168.1.100
- **端口号**8080、8888
- 如需认证:**用户名和密码**
- 企业网络可能需要的 **自动配置脚本 URL**
## 📱 Wi-Fi 网络代理设置(主要方式)
### 第一步:进入网络设置
1. 打开 **"设置"** 应用
2. 点击 **"无线局域网"**Wi-Fi
3. 确保已连接到需要设置代理的 Wi-Fi 网络
4. 点击当前 Wi-Fi 名称右侧的 **蓝色信息图标 (ⓘ)**
### 第二步:找到代理配置选项
1. 在 Wi-Fi 详细信息页面中向下滑动
2. 找到 **"配置代理"** 选项(通常在页面底部)
3. 默认状态为 **"关闭"**
### 第三步:选择代理模式
点击"配置代理",您会看到三种选项:
```yaml
# 模式选择说明
关闭: 不使用代理
自动: 使用自动配置脚本(.pac文件
手动: 手动输入代理服务器信息
```