> 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/lun-huan-ip.md).

# 轮换IP

轮换 IP 是指在使用代理时，每次请求都会自动更换不同的 IP 地址。

👉 适用于需要大量请求、降低封禁风险的场景

***

### ⚙️ 如何配置

轮换 IP 在创建或配置代理时进行设置：

```
账密认证→ 选择「轮换 IP」 → 生成代理凭证
```

<figure><img src="/files/2YUWFmnfurinNgKEU8qe" alt=""><figcaption></figcaption></figure>

👉 与「粘性 IP」为二选一配置

***

### 🔄 使用方式

选择「轮换 IP」后，生成的代理凭证在使用时：

* 每次请求都会分配新的 IP
* 无需额外参数配置（默认行为）

***

#### 📌 示例

```bash
curl -x "us.ipwo.net:7878" -U "username:password" https://ipinfo.io
```

👉 连续多次请求，返回 IP 会发生变化

***

### ✅ 适用场景

* 数据采集 / 爬虫
* 批量请求
* SEO / 市场调研
* 高并发任务

***

### 💡 优点

* 降低 IP 被封风险
* 提高请求成功率
* 自动切换，无需维护

***

### ⚠️ 注意事项

* IP 不固定，不适用于登录类操作
* 不保证连续请求使用同一 IP
* 建议结合请求频率控制使用

***

### ❗ 常见问题

#### 为什么 IP 一直在变化？

👉 已启用轮换 IP（正常现象）

***

#### 可以固定 IP 吗？

👉 可以，选择「粘性 IP」模式

***

#### 是否需要额外参数？

👉 不需要，设置完成后即为轮换模式

***

### 👉 下一步

* 查看「[粘性 IP](/huo-qu-yu-pei-zhi-dai-li/nian-xing-ip.md)」→ 固定 IP 使用方式
* 查看「[参数说明](/huo-qu-yu-pei-zhi-dai-li/can-shu-shuo-ming.md)」→ 控制 IP 行为
* 查看「[快速验证](/kai-fa-zhe-wen-dang/kuai-su-kai-shi.md)」→ 测试代理效果

***

### 总结

轮换 IP 的核心特点：

* 每次请求自动更换 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:

```
GET https://docs.ipwo.net/huo-qu-yu-pei-zhi-dai-li/lun-huan-ip.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.
