> For the complete documentation index, see [llms.txt](https://docscn.coronium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docscn.coronium.io/ji-shu-shuo-ming/dai-li-lun-huan.md).

# 代理轮换

{% hint style="warning" %}
**注意：**&#x4E00;旦您发送代理重置请求，您的代理会有 10-20 秒的停机时间。 这适用于所有旋转方法。

**系统限制：**&#x36;0秒内只能轮换一次代理。
{% endhint %}

我们轮换代理的方式是暂时断开设备与互联网的连接，然后再重新连接。 这为我们提供了来自该位置 IP 池的全新 IP

{% hint style="info" %}
**实验：**&#x4F60;可以尝试在手机上做同样的事情——在whoer.net上检查IP，打开飞行模式5秒然后关闭。 您应该在 whoer.net 上看到一个全新的 IP。 &#x20;
{% endhint %}

我们的客户可以通过多种方式轮换代理。

### 按钮旋转

最简单的方法是单击dashboard.coronium.io“代理”选项卡上的一个按钮。 这将发送轮换请求，您将看到带有结果的通知。

### API重置链接

对于需要将代理轮换集成到他们的应用程序中的开发人员，我们为每个代理提供了一个 API 重置链接。

{% hint style="info" %}
**示例链接:** <https://dashboard.coronium.io/api/v1/modems/restart-by-token/eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJfbW9kZW1JZCI6IjYxMTEzOWFiM2VlMTIxZTU2ZjQxMzE5NCIsIl91c2VySWQiOiI2MGQzMTkxMDNlZTEyMWU1NmY0MTJmYmIiLCJ0cyI6MTY0NTcxNjA4NTg1OCwiaWF0IjoxNjQ1NzE2MDg1fQ.Qo5RH8pHd0hg1JCSE5mx9wTdPc47GZhj8s-Wl3xlvslqC-YMtMhaeWAT3BP3prgH1fOS8jqq7LFH4lJh3VYGlA/>
{% endhint %}

{% hint style="info" %}
**示例响应:**

```
{"result":"ok","message":"Rotation request sent successfully, allow 10-20 seconds for IP to reset"}
```

{% endhint %}

### 旋转间隔

您可以设置轮换间隔，您的代理将由我们的系统自动轮换。

<div align="left"><img src="/files/0zpLG12nIkSUUM3qXEfu" alt="Set a custom rotation interval in dashboard.coronium.io"></div>


---

# 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://docscn.coronium.io/ji-shu-shuo-ming/dai-li-lun-huan.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.
