> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/es/proxies/datacenter-proxies/whitelisting.md).

# Lista blanca de IPs

Aprende a crear o editar una lista blanca de IPs para Oxylabs datacenter proxies.

Autentica tus IPs creando la lista blanca de IP en el panel. Inicia sesión en tu cuenta y navega a **Datacenter Proxies** → **Lista blanca** → **Editar lista blanca**, y luego **añade hasta 10 IPs** en formato IPv4 (xx.xx.xx.xx).

<figure><img src="https://2786356907-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBQ7Zf9paoN3FTeGcyfY1%2Fuploads%2Fgit-blob-aadbc175a6ba977bcda804c1f21034750b0867eb%2FScreenshot%202024-07-30%20at%2010.33.18.png?alt=media" alt=""><figcaption></figcaption></figure>

Con la inclusión de IPs en lista blanca puedes proporcionar `país` parámetro en `username` campo.\
Al ejecutar el comando cURL, no olvides añadir una "`:`" al final de `username` cadena para evitar que cURL solicite una contraseña.

```bash
curl -x dc.oxylabs.io:8000 -U 'country-US:' https://ip.oxylabs.io/location
```

***

Al añadir una dirección IP a la lista blanca, asegúrate de que pertenezca exclusivamente a ti y evita conectarte mediante servicios Proxy o VPN.

Si usas servicios como Amazon Web Services (AWS), recomendamos encarecidamente usar autenticación con nombre de usuario y contraseña en lugar de depender solo de la lista blanca de 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://developers.oxylabs.io/products/es/proxies/datacenter-proxies/whitelisting.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.
