09-08-2019, 02:23 PM
Right now there is no straightforward way of enabling DoH in Chrome or any Chromium browser. There are some flags that can be enabled or starting parameters can be added. Here is a simple way to change your DNS server to CloudFlare 1.1.1.1 and use DNS over HTTPS.
Go to CentBrowser settings. Go to Other Settings in left column. In the Startup Command line box, paste this code
Restart CentBrowser.
Go to DNSLeakTest to check if you are using only CLoudFlare DNS.
Go to CentBrowser settings. Go to Other Settings in left column. In the Startup Command line box, paste this code
Code:
--enable-features="dns-over-https<DoHTrial" --force-fieldtrials="DoHTrial/Group1" --force-fieldtrial-params="DoHTrial.Group1:server/https%3A%2F%2F1.1.1.1%2Fdns-query/method/POST
Restart CentBrowser.
Go to DNSLeakTest to check if you are using only CLoudFlare DNS.