Files
FTL/test/01-pihole-tests.conf
T

11 lines
577 B
Plaintext

# Explicitly specify the local powerDNS recursor as forward destination for .ftl
# This ensures FTL knows that ftl. is a local zone for which no DNSSEC
# validation should be done. Otherwise, we'd get BOGUS for everything as the
# root servers would tell us that ftl. does not exist
server=/ftl/127.0.0.1#5555
# Send the HTTPS/SVCB queries to the authoritative server without detour over the
# recursor because the latter returns SEVFAIL (connection between authoritative
# server and recursor is not encrypted)
server=/https.ftl/127.0.0.1#5554
server=/svcb.ftl/127.0.0.1#5554