From 4bf26a6d07d38e993ead2369508c643a406e8341 Mon Sep 17 00:00:00 2001 From: patterniha <71074308+patterniha@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:18:39 +0330 Subject: [PATCH] Update transport.md --- docs/en/config/transport.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index 503c737..1672ed9 100644 --- a/docs/en/config/transport.md +++ b/docs/en/config/transport.md @@ -137,6 +137,7 @@ for using MitM+domainFronting there is special case "fromMitM", if the list cont An array of strings specifying the ALPN values used in TLS handshakes. Defaults to `["h2", "http/1.1"]`. for using MitM+domainFronting, there is special case ["fromMitM"], and this is selected alpn of initial tls request termination. +(also, when using `h2c` dns, this is equal to domain of the URL) > `minVersion`: [ string ]