Last active
September 10, 2019 10:15
-
-
Save daliborgogic/f5cc489b3be275e92eb3a5b856a50d2d to your computer and use it in GitHub Desktop.
DNS over HTTPS (DoH) in Google Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Google Chrome | |
alias chrome='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome' | |
alias chromedoh='chrome --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"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
.aliases
as example is used Cloudflare DoH server. You can select any other DoH Publicly available servers e.g from this list.