From c3d2311e35d3b96ce183194ff8b33c85ea6bd11c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 25 Jan 2022 13:44:52 +0100 Subject: pdns: update to 4.6.0 * Bump to 4.6.0 * Remove "random" backend as it is gone upstream Signed-off-by: Peter van Dijk --- net/pdns/files/pdns.conf-dist | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'net/pdns/files/pdns.conf-dist') diff --git a/net/pdns/files/pdns.conf-dist b/net/pdns/files/pdns.conf-dist index 12e805e19..9242373a2 100644 --- a/net/pdns/files/pdns.conf-dist +++ b/net/pdns/files/pdns.conf-dist @@ -235,6 +235,11 @@ # # domain-metadata-cache-ttl= +################################# +# edns-cookie-secret When set, set a server cookie when responding to a query with a Client cookie (in hex) +# +# edns-cookie-secret= + ################################# # edns-subnet-processing If we should act on EDNS Subnet options # @@ -375,6 +380,11 @@ # # max-generate-steps=0 +################################# +# max-include-depth Maximum number of nested $INCLUDE directives while processing a zone file +# +# max-include-depth=20 + ################################# # max-nsec3-iterations Limit the number of NSEC3 hash iterations # @@ -460,6 +470,16 @@ # # primary=no +################################# +# proxy-protocol-from A Proxy Protocol header is only allowed from these subnets, and is mandatory then too. +# +# proxy-protocol-from= + +################################# +# proxy-protocol-maximum-size The maximum size of a proxy protocol payload, including the TLV values +# +# proxy-protocol-maximum-size=512 + ################################# # query-cache-ttl Seconds to store query results in the QueryCache # @@ -645,6 +665,11 @@ # # webserver-allow-from=127.0.0.1,::1 +################################# +# webserver-hash-plaintext-credentials Whether to hash passwords and api keys supplied in plaintext, to prevent keeping the plaintext version in memory at runtime +# +# webserver-hash-plaintext-credentials=no + ################################# # webserver-loglevel Amount of logging in the webserver (none, normal, detailed) # -- cgit v1.2.3