Enabling TCP Fast Open on DoH frontend

This commit is contained in:
2025-07-07 20:32:19 +02:00
parent c9364e6abf
commit f8b323cbb2

View File

@@ -1,6 +1,6 @@
-- /etc/dnsdist/dnsdist.conf: dndist conf. file for cantal
--
-- Last edition : 2025-07-06
-- Last edition : 2025-07-07
-- Last editor : @Campanu
--
@@ -58,7 +58,8 @@ addDOHLocal(
minTLSVersion = "tls1.2",
ciphers = "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384",
ciphersTLS13 = "TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384",
customResponseHeaders={["link"]="<https://cantal.luc-geo.fr/#dns> rel=\"service-meta\";type=\"text/html\""}
customResponseHeaders={["link"]="<https://cantal.luc-geo.fr/#dns> rel=\"service-meta\";type=\"text/html\""},
tcpFastOpenQueueSize = 256
}
)