From b63ab575a6f949ce280ccebf2a29142201127fb3 Mon Sep 17 00:00:00 2001 From: Christoph Wiechert Date: Thu, 30 Nov 2017 16:12:51 +0100 Subject: [PATCH] Removed recurstion options from pdns.conf --- pdns.conf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pdns.conf b/pdns.conf index 6871f94..c0d3841 100644 --- a/pdns.conf +++ b/pdns.conf @@ -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