mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
c12c47cf58
Signed-off-by: DL6ER <dl6er@dl6er.de>
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# Pi-hole: A black hole for Internet advertisements
|
|
# (c) 2021 Pi-hole, LLC (https://pi-hole.net)
|
|
# Network-wide ad blocking via your own hardware.
|
|
#
|
|
# Pi-hole testing environment configuration (recursive resolver)
|
|
#
|
|
# This file is copyright under the latest version of the EUPL.
|
|
# Please see LICENSE file for your rights under this license.
|
|
|
|
# Local DNS address and port
|
|
local-address=127.0.0.1:5555
|
|
|
|
# Use authoritative server for ftl., dnssec. and arpa. zones
|
|
forward-zones=ftl=127.0.0.1:5554,168.192.in-addr.arpa=127.0.0.1:5554,ip6.arpa=127.0.0.1:5554,dnssec=127.0.0.1:5554,bogus=127.0.0.1:5554
|
|
|
|
# In this mode the Recursor acts as a “security aware, non-validating”
|
|
# nameserver, meaning it will set the DO-bit on outgoing queries and will
|
|
# provide DNSSEC related RRsets (NSEC, RRSIG) to clients that ask for them (by
|
|
# means of a DO-bit in the query), except for zones provided through the
|
|
# auth-zones setting. It will not do any validation in this mode, not even when
|
|
# requested by the client.
|
|
# The default mode until PowerDNS Recursor 4.5.0.
|
|
dnssec=process-no-validate
|
|
|
|
# Enable LUA support
|
|
lua-dns-script=/etc/pdns/luadns.lua
|