mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
96c6effa45
Signed-off-by: DL6ER <dl6er@dl6er.de>
11 lines
577 B
Plaintext
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 |