Press "Enter" to skip to content

Mikrotik DoH (IP Address instead of Domain Name)

Many tutorial out there using domain name instead of IP Address for DoH

However, I have been using https://cloudflare-dns.com/dns-query but it cause DoH Error like this:

Today, I found that we can use IP Address instead of Domain

Setup DNS over HTTPS

Download Root Certificate

/tool fetch url=https://curl.se/ca/cacert.pem

Import Root Certificate

/certificate import file-name=cacert.pem passphrase=""

Use DoH

/ip dns set use-doh-server=https://1.1.1.1/dns-query verify-doh-cert=yes

or using GUI

DONE!

No need set static DNS nslookup cloudflare-dns.com and set DNS Servers

Also DoH Error also gone after using IP Address

Very Simple!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.