From cccfa5adeb0144a346c28a61e141313f6d3c100c Mon Sep 17 00:00:00 2001 From: HJ <11689349+yokoffing@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:25:19 -0600 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index fdf0dc6..8299603 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -62,8 +62,8 @@ user_pref("network.cookie.sameSite.schemeful", true); Setup and enforce DNS-over-HTTPS (DoH). #### 1) Provider -* Use the one below, or [choose](https://github.com/curl/curl/wiki/DNS-over-HTTPS) your preferred provider. -* We recommend that you [create a profile](https://nextdns.io/?from=xujj63g5) with NextDNS and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config). +* Use the provider below for better [threat protection](https://quad9.net/service/threat-blocking/). +* :star: Create a profile with [NextDNS](https://nextdns.io/?from=xujj63g5) and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config) for greater protection from ads, trackers, and security threats. ``` // PREF: set DoH provider user_pref("network.trr.uri", "https://dns.quad9.net/dns-query");