diff --git a/Optional-Hardening.md b/Optional-Hardening.md index d33f719..3ac319b 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -73,11 +73,11 @@ user_pref("network.connectivity-service.enabled", false); Setup and enforce [DNS-over-HTTPS](https://support.mozilla.org/en-US/kb/firefox-dns-over-https) (DoH). #### DoH Provider -Use the DoH address below to protect against security threats, ads, and trackers. It uses [DNSwarden](https://dnswarden.com/) with Hagezi [Light](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#light) and [Threat Intelligence Feed](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#tif) lists. +Use the DoH address below to protect against security threats, ads, and trackers. [DNSwarden](https://dnswarden.com/) allows you to combine Hagezi's [Normal](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#normal) and [Threat Intelligence Feed](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#tif) lists (TIF) for free. ```javascript // PREF: set DoH provider -user_pref("network.trr.uri", "https://dns.dnswarden.com/00000000000000000000048"); // Hagezi Light + TIF +user_pref("network.trr.uri", "https://dns.dnswarden.com/00000000000000000000028"); // Hagezi Normal + TIF ``` Alternatively, you can follow our Control D [configuration guide](https://github.com/yokoffing/Control-D-Config) for more advanced features.