Skip to content

Commit

Permalink
0707: added ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Jun 1, 2018
1 parent 8783ae9 commit c61e633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ user_pref("network.proxy.autoconfig_url.include_path", false); // default: false
* TRR = Trusted Recursive Resolver
* .mode: 0=off, 1=race, 2=TRR first, 3=TRR only, 4=race for stats, but always use native result
* [WARNING] DoH bypasses hosts and gives info to yet another party (e.g. Cloudflare)
* [1] https://www.ghacks.net/2018/04/02/configure-dns-over-https-in-firefox/ ***/
* [1] https://www.ghacks.net/2018/04/02/configure-dns-over-https-in-firefox/
* [2] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/ ***/
// user_pref("network.trr.mode", 0);
// user_pref("network.trr.bootstrapAddress", "");
// user_pref("network.trr.uri", "");
Expand Down

0 comments on commit c61e633

Please sign in to comment.