> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-es/proxies/tipos-de-conexiones.md).

# Tipos de conexiones

### Rotativo

La dirección IP cambia automáticamente con cada nueva solicitud.

Deberías usar:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Para HTTP/HTTPS</td><td><strong>823</strong> PUERTO</td><td></td><td></td></tr><tr><td>Para SOCKS5</td><td><strong>824</strong> PUERTO</td><td></td><td></td></tr></tbody></table>

<figure><img src="/files/57121bc9884c4b49b010e7321c73f2510acfe1f8" alt=""><figcaption></figcaption></figure>

***

### **Sticky**

Los proxies sticky están basados en puertos. Las direcciones IP están vinculadas a un puerto específico por un período de tiempo.&#x20;

El intervalo de rotación para los proxies sticky puede variar de 1 a 120 minutos, siendo la duración media de 30 minutos.

Para conexiones sticky, puedes usar puertos desde **10000** hasta **20000**.

Un ejemplo del proxy HTTP sticky:

```
curl -x "http://login:password@gw.dataimpulse.com:10000" https://api.ipify.org/
```

Un ejemplo del proxy SOCKS5 sticky:

```
curl -x "socks5://login:password@gw.dataimpulse.com:10000" https://api.ipify.org/
```

{% hint style="info" %}
Si no se especifica un Intervalo de Rotación para una conexión Sticky o se establece en "0", el intervalo por defecto será de 30 minutos.
{% endhint %}

***

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

Artículo del blog sobre cómo seleccionar el mejor tipo de proxy:

[Proxies Rotativos o Sticky: Cómo elegir la opción correcta](https://dataimpulse.com/blog/rotating-or-sticky-proxies-how-to-make-the-right-choice/)

<br>


---

# 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.dataimpulse.com/dataimpulse-documentation-es/proxies/tipos-de-conexiones.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.
