]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdistdist/doh.cc
Merge pull request #8945 from rgacogne/ddist-x-forwarded-for
[thirdparty/pdns.git] / pdns / dnsdistdist / doh.cc
index a09260e67b5b590b90cff859f45cf7b27acd8014..9e83cc4dfc68e803affebd706b6a9d1330ccc9f8 100644 (file)
@@ -1148,6 +1148,7 @@ static void setupTLSContext(DOHAcceptContext& acceptCtx,
 
   h2o_ssl_register_alpn_protocols(ctx.get(), h2o_http2_alpn_protocols);
 
+  acceptCtx.d_ticketsKeyRotationDelay = tlsConfig.d_ticketsKeyRotationDelay;
   if (tlsConfig.d_ticketKeyFile.empty()) {
     acceptCtx.handleTicketsKeyRotation();
   }