Removed recurstion options from pdns.conf
This commit is contained in:
parent
418e2363db
commit
b63ab575a6
15
pdns.conf
15
pdns.conf
@ -1,13 +1,6 @@
|
|||||||
# allow-axfr-ips Allow zonetransfers only to these subnets
|
# allow-axfr-ips Allow zonetransfers only to these subnets
|
||||||
# allow-axfr-ips=0.0.0.0/0
|
# 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 Seconds to store packets in the PacketCache
|
||||||
cache-ttl=60
|
cache-ttl=60
|
||||||
|
|
||||||
@ -61,9 +54,6 @@ launch=gmysql
|
|||||||
#gmysql-password=root
|
#gmysql-password=root
|
||||||
#gmysql-dnssec=no
|
#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 Load this module - supply absolute or relative path
|
||||||
# load-modules=
|
# load-modules=
|
||||||
|
|
||||||
@ -128,11 +118,6 @@ negquery-cache-ttl=60
|
|||||||
# queue-limit Maximum number of milliseconds to queue a query
|
# queue-limit Maximum number of milliseconds to queue a query
|
||||||
# queue-limit=1500
|
# 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 Send out old-fashioned root-referral instead of ServFail in case of no authority
|
||||||
# send-root-referral=no
|
# send-root-referral=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user