Update test/pihole.toml

Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
Dominik
2025-12-13 09:50:08 +01:00
committed by GitHub
parent 8364adf532
commit 3613c37a55

View File

@@ -355,9 +355,12 @@
# blocked queries # blocked queries
upstreamBlockedTTL = 86400 upstreamBlockedTTL = 86400
# This is dnsmasq's --cache-rr option, which allows you to define which DNS record # This is dnsmasq's --cache-rr option, which allows you to define which DNS record
# types should be cached by PiHole. This option can take a comma-separated list of # types should be cached by PiHole. This option can take a comma-separated list of
# RR-types as input. The default value ANY caches all record types. # RR-types as input. The default value ANY caches all record types.
#
# Allowed values are:
# Valid DNS record types in the following form: <rrtype>[,<rrtype>...]
rrtype = "ANY" rrtype = "ANY"
[dns.blocking] [dns.blocking]