Skip to main content

MikroTik

MikroTik routers use the open-source RouterOS operating system, which provides routing, wireless networking, and firewall services for home and small office networks.

Configurazione di DNS-over-HTTPS

  1. Accedi al tuo router MikroTik:
    • Apri il tuo browser web e vai all'indirizzo IP del tuo router (di solito 192.168.88.1)
    • In alternativa, puoi usare Winbox per connetterti al tuo router MikroTik
    • Inserisci il nome utente e la password dell'amministratore
  2. Importa certificato di root:
    • Scarica il pacchetto più recente di certificati root affidabili: https://curl.se/docs/caextract.html
    • Andare a Files. Clicca Carica e seleziona il pacchetto di certificati cacert.pem scaricato
    • Vai a Sistema → Certificati → Importa
    • Nel campo Nome file, seleziona il file del certificato caricato
    • Clicca su Importa
  3. Configurazione di DNS-over-HTTPS:
    • Vai a IP → DNS
    • Nella sezione Server, aggiungere i seguenti server DNS AdGuard:
      • 94.140.14.49
      • 94.140.14.59
    • Imposta Consenti richieste remote su  (questo è cruciale per il funzionamento del DoH)
    • In the Use DoH server field, enter the URL of the Private AdGuard DNS server: https://d.adguard-dns.com/dns-query/*******
    • Clicca OK
  4. Crea record DNS statici:
    • Nelle Impostazioni DNS, clicca Statico
    • Clicca su Aggiungi nuovo
    • Set Name to d.adguard-dns.com
    • Set Type to A
    • Imposta Indirizzo su 94.140.14.49
    • Set TTL to 1d 00:00:00
    • Ripeti il processo per creare una voce identica ma con Indirizzo impostato su 94.140.14.59
  5. Disabilita il Peer DNS sul client DHCP:
    • Vai a IP → DHCP Client
    • Fai doppio clic sul client usato per la connessione a Internet (solitamente sull'interfaccia WAN)
    • Deseleziona Usa DNS peer
    • Clicca OK
  6. Test and verify:
    • You might need to reboot your MikroTik router for all changes to take effect
    • Clear your browser's DNS cache. You can use a tool like https://www.dnsleaktest.com to check if your DNS requests are now routed through AdGuard

My router does not support DNS-over-HTTPS

Use these instructions if your MikroTik router does not support DNS-over-HTTPS configuration:

  1. Accedi al tuo router MikroTik:
    • Apri il tuo browser web e vai all'indirizzo IP del tuo router (di solito 192.168.88.1)
    • In alternativa, puoi usare Winbox per connetterti al tuo router MikroTik
    • Inserisci il nome utente e la password dell'amministratore
  2. Configure Plain DNS:
    • Go to IPDNS
    • In the Servers section, add the following AdGuard DNS servers:
      • IPv4: 94.140.14.49 e 94.140.14.59
      • IPv6: 2a10:50c0:0:0:0:0:ded:ff e 2a10:50c0:0:0:0:0:dad:ff
      • Dedicated IPv6: Private AdGuard DNS supports dedicated IPv6 addresses. To find them, open the Dashboard, click Settings next to your device → Plain DNS server addressesDedicated IPv6 addresses.
    • Click OK
  3. Disabilita il Peer DNS sul client DHCP:
    • Go to IPDHCP Client
    • Fai doppio clic sul client usato per la connessione a Internet (solitamente sull'interfaccia WAN)
    • Uncheck Use Peer DNS
    • Click OK