mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
17 lines
712 B
Plaintext
17 lines
712 B
Plaintext
server:
|
|
|
|
# Tell Firefox to not automagically send traffic to Cloudflare as there is
|
|
# this Unbound using DNS-over-TLS / DNSCrypt without the need for it to use
|
|
# separate DNS.
|
|
local-zone: "use-application-dns.net." always_nxdomain
|
|
|
|
# I have something very aggressively attempting to resolve Google Analytics
|
|
# and errorring on DNSSEC due to upstream resolver blocking them.
|
|
local-zone: "google-analytics.com." always_nxdomain
|
|
local-zone: "ssl.google-analytics.com." always_nxdomain
|
|
local-zone: "www.google-analytics.com." always_nxdomain
|
|
|
|
# On top NextDNS blocks after Google Analytics, while I am not entirely sure
|
|
# blocking it is in my interests.
|
|
local-zone: "incoming.telemetry.mozilla.org." always_nxdomain
|