diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2022-01-25 13:44:52 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-01-25 15:30:30 -0800 |
commit | c3d2311e35d3b96ce183194ff8b33c85ea6bd11c (patch) | |
tree | f2ea3ca4dd9fb34ce43d705cc7547972f218b1e8 /net/pdns/files | |
parent | 948f0d29ccd825f5370d87549f8977b851db756e (diff) |
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 <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net/pdns/files')
-rw-r--r-- | net/pdns/files/pdns.conf-dist | 25 |
1 files changed, 25 insertions, 0 deletions
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 @@ -236,6 +236,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 # # edns-subnet-processing=no @@ -376,6 +381,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 # # max-nsec3-iterations=100 @@ -461,6 +471,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 # # query-cache-ttl=20 @@ -646,6 +666,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) # # webserver-loglevel=normal |