> For the complete documentation index, see [llms.txt](https://docs.ipwo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipwo.net/huo-qu-yu-pei-zhi-dai-li/ip-bai-ming-dan.md).

# IP白名单

IP 白名单是一种常见的访问控制机制，用于限制只有指定 IP 地址可以使用你的代理服务，从而提升账号安全性。

在 IPWO 中，你可以通过设置 IP 白名单，确保只有被授权的设备或服务器可以连接代理。

***

### 一、什么是 IP 白名单？

IP 白名单是指：

👉 只允许特定 IP 地址访问你的代理账号

当开启白名单后：

* 未在名单中的 IP 将无法使用代理
* 即使账号信息泄露，也无法被其他设备滥用

***

### 二、为什么需要 IP 白名单？

启用 IP 白名单可以带来以下好处：

#### 提升账号安全

防止他人使用你的账号连接代理。

***

#### 防止资源滥用

避免流量被未知来源消耗。

***

#### 适用于服务器环境

特别适合部署在固定 IP 的服务器或云环境中使用。

***

### 三、适用场景

IP 白名单适用于以下情况：

* 在固定服务器上运行爬虫或自动化任务
* 团队内部使用代理，需要限制访问来源
* 对账号安全要求较高的业务

***

### 四、如何设置 IP 白名单？

#### 操作步骤

1. 登录 IPWO 用户中心
2. 进入相关代理产品页面（动态住宅代理/不限量带宽代理/不限量端口代理）
3. 点击「**代理使用**」中的「**IP 白名单**」
4. 点击「**批量添加**」进行IP白名单配置

<figure><img src="/files/kugzljX4nluSGGSmsr6r" alt=""><figcaption></figcaption></figure>

5. 添加你的公网 IP 地址并点击 **确定** 完成配置

<figure><img src="/files/sWPgDPUfXSSqEvVylI4N" alt=""><figcaption></figcaption></figure>

***

#### 获取当前 IP

IPWO可以检测你当前IP并一键添加，你可以在直接点击 **当前IP** 后面的「**+**」 进行添加

<figure><img src="/files/elgTmV7PnOuaaFvoxqjw" alt=""><figcaption></figcaption></figure>

***

### 五、使用注意事项

* 添加错误 IP 会导致无法连接代理
* 如果你的 IP 是动态变化的（如家庭宽带），可能需要频繁更新
* 建议优先用于固定 IP 环境（如云服务器）
* 修改白名单后，可能需要重新连接代理

***

### 六、常见问题

#### 开启白名单后无法连接怎么办？

请确认当前设备的公网 IP 已添加到白名单中。

***

#### 是否支持多个 IP？

支持，可以添加多个 IP 地址。

***

#### 是否可以关闭白名单？

可以，根据需要开启或关闭该功能。

***

### 七、下一步

完成白名单设置后，你可以继续：

* 查看「[创建子账户](/huo-qu-yu-pei-zhi-dai-li/chuang-jian-zi-zhang-hu.md)」 → 管理多账号使用
* 查看「[参数说明](/huo-qu-yu-pei-zhi-dai-li/can-shu-shuo-ming.md)」 → 配置代理行为
* 参考「[集成教程](/ji-cheng-jiao-cheng.md)」 → 在工具中使用代理

***

### 总结

IP 白名单的核心作用是“限制访问来源”：

* 提升账号安全
* 防止资源滥用
* 控制代理使用范围

对于生产环境或团队使用场景，建议优先启用该功能。

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ipwo.net/huo-qu-yu-pei-zhi-dai-li/ip-bai-ming-dan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
