Since so many cases around the world that some website was blocked by goverment due to some reason (weird reason mostly) , mikrotik tried to facilitate us with this new technology that can bypass those silly blockade.
Upgrade your device
To use this feature on mikrotik , you need to update your routerOS to 6.47. You can go to system -> package -> check for update. Make sure the channel is in “stable” option.
Download Certificate needed by Cloudflare
because this DNS-over-HTTPS , you need certificate so that you connection get verified and able to use the feature. Use this command to download and import the certificate into your mikrotik:
/tool fetch url=https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem
/certificate import file-name=DigiCertGlobalRootCA.crt.pem passphrase=””
After you successfully imported the certificate to your mikrotik, now go to ip -> DNS and configure exactly as shown below
Testing and Verifying the configuration
After all configuration are in place, test it with this url :
https://1.1.1.1/help
and make sure it marked like picture below
and there you go, ready to surf in freedom without any obstacle.
Important Notes :
- You must delete your browser cache and Mikrotik DNS Cache (if the static cache is already there) to make this configuration take effect immediately.
- There’s possibility your ISP block https port or even maybe block this feature on their side.