Router Guides
MikroTik RouterOS Configuratio...
How to Enable DoH on MikroTik Routers
6 min
overview the dns over https protocol, commonly referred to as doh, allows you to encrypt dns requests, improving both security and privacy while browsing follow the steps below to enable this secure protocol on mikrotik routers using our servers configuration steps connect to the router and open the console access your mikrotik router using winbox or the web interface once connected, open the mikrotik terminal by clicking on new terminal from the main menu download and import the root certificate you must download and install the root certificate to ensure proper certificate verification type or paste the following commands into the terminal routeros /tool fetch url=https //download flashstart com/fs rootca/fs rootca pem /certificate import file name=fs rootca pem enable the encrypted protocol enable the service by specifying your unique server url and requesting certificate verification paste this command into the terminal routeros /ip dns set use doh server=https //doh flashstart com/123456 verify doh cert=yes you must replace 123456 in the url with your specific customer code or the unique token generated in your dashboard under the doh section verify operation check that the router is correctly using the encrypted servers by running this verification command routeros /ip dns print make sure the use doh server field in the output is correctly set to your specific url if you are using a multi wan configuration or a local dns setup, ensure that your firewall or nat rules allow https traffic on port 443 to the domain doh flashstart com