diff --git a/Optional-Hardening.md b/Optional-Hardening.md
index 9328954..ce9f31a 100644
--- a/Optional-Hardening.md
+++ b/Optional-Hardening.md
@@ -66,11 +66,14 @@ user_pref("browser.sessionstore.privacy_level", 2);
***
-### Secure DNS (DoH)
-Enforce your DNS-over-HTTPS (DoH) settings. See [here](https://github.com/yokoffing/Betterfox/blob/dbaff70e63c74a856c30efbdbace5c63cf655888/Securefox.js#L612-L621).
+### Secure DNS (DoH setup)
+Mode 3 has site-exceptions with a nice UI on the error page.
+
+You can also go to `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions*
```
-user_pref("network.trr.uri", "PASTE_YOUR_DOH_ADDRESS_HERE");
-user_pref("network.trr.mode", 3); // enforce TRR (without System fallback)
+user_pref("network.trr.mode", 3); // Max Protection
+user_pref("network.trr.uri", "https://freedns.controld.com/x-hagezi-proplus"); // PASTE_YOUR_DOH_ADDRESS_HERE
+user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
```
***
@@ -88,7 +91,7 @@ user_pref("network.http.referer.XOriginPolicy", 1);
***
-## Fingerprinting
+### Fingerprinting
Fingerprinting is a high [threat model](https://thenewoil.org/en/guides/prologue/threatmodel/) issue that is only [addressed](https://github.com/arkenfox/user.js/wiki/3.3-Overrides-%5BTo-RFP-or-Not%5D#-fingerprinting) reasonably by Tor.[1](https://youtu.be/5NrbdO4yWek?t=4334)
Please use the [Tor Browser](https://www.torproject.org) if your context calls for **anonymity** and not just reasonable **privacy**.^[*what's the difference?*](https://thenewoil.org/en/guides/prologue/secprivanon/)