Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Last active September 10, 2019 10:15
Show Gist options
  • Save daliborgogic/f5cc489b3be275e92eb3a5b856a50d2d to your computer and use it in GitHub Desktop.
Save daliborgogic/f5cc489b3be275e92eb3a5b856a50d2d to your computer and use it in GitHub Desktop.
DNS over HTTPS (DoH) in Google Chrome
# 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"'
@daliborgogic
Copy link
Author

In .aliases as example is used Cloudflare DoH server. You can select any other DoH Publicly available servers e.g from this list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment