# Marca blanca y procesos

Para que tu panel de partner funcione con tu propio dominio (por ejemplo: `panel.tuempresa.com`), debes apuntar el DNS hacia la plataforma de Anunzi.

**IP del servidor:** `72.62.55.190`

***

## Configurar el registro DNS

Ingresa al panel de DNS de tu dominio y agrega un registro de tipo **A**:

| Tipo | Nombre                               | Valor          | TTL  |
| ---- | ------------------------------------ | -------------- | ---- |
| A    | `@` *(tu subdominio o dominio raíz)* | `72.62.55.190` | 3600 |

***

## Después de hacer el cambio

* Los cambios pueden tardar entre **5 minutos y 48 horas** en propagarse (normalmente menos de 1 hora).
* Una vez propagado, **avísanos** para que activemos el dominio desde nuestro lado.

> Anunzi configura el dominio en el servidor y activa el certificado SSL. Este paso lo realiza el equipo técnico de Anunzi.

### Instrucciones si tu sitio está alojado en Hostinger

Si tu sitio está alojado en Hostinger, deberás crear un registro CNAME con estos datos:

| Tipo  | Nombre                               | Valor            | TTL  |
| ----- | ------------------------------------ | ---------------- | ---- |
| CNAME | `@` *(tu subdominio o dominio raíz)* | proxy.anunzi.net | 3600 |

Además, deberás notificar al equipo, que te facilitará un registro TXT personalizado.


---

# Agent Instructions: 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://doc.anunzi.net/partners/marca-blanca-dns.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.
