From 948a2b24f9ba022dfe819ad0ba68077a6d06b656 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Oct 2024 23:29:22 +0200 Subject: [PATCH] ech: spelling, whitespace, say `--ech` default config Closes #15167 --- docs/ECH.md | 2 +- docs/cmdline-opts/ech.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ECH.md b/docs/ECH.md index 47b81c8e1e..1532db0b86 100644 --- a/docs/ECH.md +++ b/docs/ECH.md @@ -94,7 +94,7 @@ We currently support the following new curl command line arguments/options: - ``grease`` if attempting ECH is not possible, then send a GREASE ECH extension - ``hard`` hard-fail the connection if ECH cannot be attempted - ``ecl:`` a base64 encoded ECHConfigList, rather than one accessed from the DNS - - ``pn:`` over-ride the ``public_name`` from an ECHConfigList + - ``pn:`` override the ``public_name`` from an ECHConfigList Note that in the above "attempt ECH" means the client emitting a TLS ClientHello with a "real" ECH extension, but that does not mean that the diff --git a/docs/cmdline-opts/ech.md b/docs/cmdline-opts/ech.md index 6c2ba31cb6..61faca677a 100644 --- a/docs/cmdline-opts/ech.md +++ b/docs/cmdline-opts/ech.md @@ -20,7 +20,8 @@ Specifies how to do ECH (Encrypted Client Hello). The values allowed for \ can be: -## "false" +## "false" (default) + Do not attempt ECH ## "grease" -- 2.47.3