Last active
October 5, 2020 17:31
-
-
Save parkan/d9d1e45e27a3991a685d59a3ef010be9 to your computer and use it in GitHub Desktop.
How to enable ethdns.xyz ENS-via-DoH in Chrome
This file contains 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
# follow instructions in https://www.zdnet.com/article/how-to-enable-dns-over-https-doh-in-google-chrome/ | |
# replacing the parameter string with: | |
--enable-features="dns-over-https<DoHTrial" --force-fieldtrials="DoHTrial/Group1" --force-fieldtrial-params="DoHTrial.Group1:server/https%3A%2F%2Fethdns.xyz%2Fdns-query/method/POST |
This is great! Do you know if it applies to other Chromium based browsers like Brave?
no need! Brave should have native ENS support in mainline at this point
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is great! Do you know if it applies to other Chromium based browsers like Brave?