Guías de configuraciónSetup guides

Empieza en menos de dos minutos Up and running in less than two minutes

Elige un perfil, copia sus direcciones y configúralas en tu sistema. Sin agentes, sin software adicional. Pick a profile, copy its addresses and configure them on your system. No agents, no additional software.

Paso 1 — Elige perfilStep 1 — Pick a profile

¿Qué quieres bloquear?What do you want to block?

UNFILTERED

Solo resolución, sin filtrado.Resolution only, no filtering.

DNS / DoT unfiltered.frontierdns.eu 178.105.51.190
FAMILY

Hogares y centros educativos. Adulto, violencia, drogas y juego.Homes and schools. Adult, violence, drugs and gambling.

DNS / DoT family.frontierdns.eu 195.201.44.65
MAX

Todo a la vez. Para entornos sensibles.Everything at once. For sensitive setups.

DNS / DoT max.frontierdns.eu 116.202.177.152
Paso 2 — Configura tu sistemaStep 2 — Configure your system

Elige dónde configurarloPick where to configure it

Recomendado: hazlo en el router para proteger todos los dispositivos de la casa de una vez. Recommended: set it on your router to protect every device at home in one go.

En el router (recomendado)On your router (recommended)

Accede al panel del routerOpen your router admin panel

Abre el navegador y entra en 192.168.1.1 o 192.168.0.1. La contraseña suele venir en una etiqueta debajo del router. Open a browser and visit 192.168.1.1 or 192.168.0.1. Admin password is usually printed under the router.

Busca "DNS" o "Servidores DNS"Find "DNS" or "DNS servers"

Suele estar en WAN, internet, configuración avanzada o DHCP. Marca la opción "DNS manual". Usually under "WAN", "internet", "Advanced settings" or "DHCP". Pick "Manual DNS".

Pega los servidoresPaste the servers

Pon la IP del perfil que elegiste en DNS primario. Si pide secundario, repite la misma o pon la IP de otro perfil como respaldo. Set the IP of your chosen profile in "Primary DNS". If it asks for a secondary, repeat the same or use another profile's IP as fallback.

DNS primario:    78.47.110.143      (SECURITY)
DNS secundario:  195.201.44.65      (FAMILY)
Primary DNS:    78.47.110.143      (SECURITY)
Secondary DNS:  195.201.44.65      (FAMILY)

Guarda y reiniciaSave and reboot

Guarda los cambios. Reinicia el router (o desconéctalo 10 segundos) y desconecta y reconecta el wifi de tus dispositivos para que tomen el nuevo DNS. Save changes. Reboot the router (or unplug it for 10s), then disconnect and reconnect your devices' wifi to pick up the new DNS.

En Windows 11On Windows 11

Abre "Configuración" → "Red e internet"Open "Settings" → "Network & internet"

Pulsa Win + I y selecciona "Red e internet" en la barra lateral.Press Win + I and click "Network & internet" in the sidebar.

Abre tu conexión y edita el DNSOpen your connection and edit DNS

Clic en tu wifi o "Ethernet" → "Configuración del hardware" → "Asignación del servidor DNS" → "Editar" → "Manual". Click your wifi or "Ethernet" → "Hardware properties" → "DNS server assignment" → "Edit" → "Manual".

Activa IPv4 y pega la IPToggle IPv4 on and paste the IP

Activa el toggle IPv4. Pega la IP del perfil deseado en "DNS preferido". Activa "Cifrado preferido" con la opción "Cifrado únicamente (DNS sobre HTTPS)".Turn on the IPv4 toggle. Paste your profile IP in "Preferred DNS". Set "Preferred DNS encryption" to "Encrypted only (DNS over HTTPS)".

GuardaSave

Pulsa "Guardar". Listo. Verifica con el test al final de esta página.Click "Save". Done. Verify with the test at the bottom of this page.

En macOSOn macOS

Abre "Ajustes del sistema" → "Red"Open "System settings" → "Network"

Apple menu → "Ajustes del sistema" → "Red". Selecciona la conexión activa (wifi o Ethernet).Apple menu → "System Settings" → "Network". Pick your active connection (wifi or Ethernet).

Detalles → DNS"Details" → "DNS"

Clic en "Detalles" al lado de tu red → "DNS".Click "Details" next to your network → "DNS".

Añade los servidores FrontierAdd Frontier servers

En la lista de "Servidores DNS", clic en "+" y pega la IP del perfil. Si había servidores anteriores, bórralos para asegurarte de que solo se usa Frontier.In the DNS servers list, click "+" and paste the profile IP. If there were existing servers, remove them so only Frontier is used.

78.47.110.143    (SECURITY)

GuardaSave

Clic en "OK" y luego "Aplicar". Para activar DoH, instala el perfil de configuración (próximamente).Click "OK" then "Apply". To enable DoH, install the configuration profile (coming soon).

En iPhone / iPadOn iPhone / iPad

Abre "Ajustes" → "wifi"Open "Settings" → "wifi"

Pulsa la "i" azul al lado del nombre de tu red.Tap the blue "i" next to your network name.

"Configurar DNS" → "Manual""Configure DNS" → "Manual"

Baja a "Configurar DNS" y elige "Manual". Borra los servidores existentes y añade el de Frontier.Scroll to "Configure DNS" and pick "Manual". Remove existing servers and add Frontier's.

78.47.110.143    (SECURITY)

GuardaSave

Pulsa "Guardar". La configuración se aplica solo a esta red wifi.Tap "Save". This applies only to this wifi network.

Para datos móvilesFor mobile data

iOS no permite cambiar el DNS de datos móviles desde "Ajustes". Usa un perfil DoH de Frontier (próximamente disponible) o una app cliente DoT.iOS doesn't expose mobile-data DNS in "Settings". Use a Frontier DoH profile (coming soon) or a DoT client app.

En Android (versión 9 o posterior)On Android 9+

Abre "Ajustes" → "Red e internet" → "DNS privado"Open "Settings" → "Network & internet" → "Private DNS"

En algunos móviles está bajo "Conexiones" → "Más opciones de conexión".On some phones it's under "Connections" → "More connection settings".

Selecciona "Nombre de host del proveedor"Pick "Hostname of provider"

Pega el hostname del perfil que has elegido:Paste your chosen profile hostname:

security.frontierdns.eu

GuardaSave

Pulsa "Guardar". Activa "Cifrado DoT" automáticamente. Funciona también con datos móviles.Tap "Save". DoT encryption is enabled automatically — works on mobile data too.

En Linux (systemd-resolved)On Linux (systemd-resolved)

Edita "/etc/systemd/resolved.conf"Edit "/etc/systemd/resolved.conf"

Como root, abre el fichero y añade:As root, open the file and add:

[Resolve]
DNS=78.47.110.143#security.frontierdns.eu
FallbackDNS=195.201.44.65#family.frontierdns.eu
DNSOverTLS=yes
DNSSEC=yes

Reinicia el servicioRestart the service

Aplica los cambios:Apply the changes:

sudo systemctl restart systemd-resolved
resolvectl status

VerificaVerify

Resolutor activo si resolvectl status muestra el hostname de Frontier en "DNS servers".Resolver is active if resolvectl status shows the Frontier hostname under "DNS Servers".

En Firefox (DoH)In Firefox (DoH)

Abre "Ajustes" → "Privacidad y seguridad"Open "Settings" → "Privacy & Security"

Baja hasta "DNS sobre HTTPS" al final de la página.Scroll down to "DNS over HTTPS" at the bottom.

Selecciona "Protección máxima" → "Personalizado"Pick "Max Protection" → "Custom"

Pega la URL DoH del perfil:Paste the profile DoH URL:

https://security.frontierdns.eu/dns-query

Guarda y verificaSave and verify

Cierra los ajustes. En la barra de direcciones escribe about:networking#dns y comprueba que las consultas usan TRR.Close settings. Visit about:networking#dns and confirm queries use TRR.

Paso 3 — VerificaStep 3 — Verify

¿Está funcionando?Is it working?

Test rápidoQuick test

Visita test.frontierdns.eu, te dirá qué perfil estás usando ahora.Visit test.frontierdns.eu, it shows which profile you're using right now.

Desde la terminalFrom the terminal

En macOS o Linux, ejecuta:On macOS or Linux, run:

dig @78.47.110.143 frontierdns.eu

Test de bloqueoBlock test

Si elegiste Security o superior, intenta abrir phishing-test.frontierdns.eu. Debe fallar.If you picked Security or above, try opening phishing-test.frontierdns.eu. It should fail.

¿Necesitas más ayuda?Need more help?

Contáctanos.Contact us.

Para cualquier duda escríbenos a info@transparentedge.eu. Si eres una empresa o administración, ve a la página de empresas para hablar con ventas. Any question, drop us a line at info@transparentedge.eu. If you're a company or government, head to the business page to talk to sales.