Removed recurstion options from pdns.conf

This commit is contained in:
Christoph Wiechert 2017-11-30 16:12:51 +01:00
parent 418e2363db
commit b63ab575a6

View File

@ -1,13 +1,6 @@
# allow-axfr-ips Allow zonetransfers only to these subnets
# allow-axfr-ips=0.0.0.0/0
# allow-recursion List of subnets that are allowed to recurse
#################################
allow-recursion=127.0.0.1
# allow-recursion-override Set this so that local data fully overrides the recursor
# allow-recursion-override=no
# cache-ttl Seconds to store packets in the PacketCache
cache-ttl=60
@ -61,9 +54,6 @@ launch=gmysql
#gmysql-password=root
#gmysql-dnssec=no
# lazy-recursion Only recurse if question cannot be answered locally
# lazy-recursion=yes
# load-modules Load this module - supply absolute or relative path
# load-modules=
@ -128,11 +118,6 @@ negquery-cache-ttl=60
# queue-limit Maximum number of milliseconds to queue a query
# queue-limit=1500
# recursive-cache-ttl Seconds to store packets in the PacketCache
# recursive-cache-ttl=10
# recursor If recursion is desired, IP address of a recursing nameserver
# recursor=no
# send-root-referral Send out old-fashioned root-referral instead of ServFail in case of no authority
# send-root-referral=no