diff options
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 |