commit 339f3d8ea06d765283d177bd4a273befae0bbb42 Author: David Fifield david@bamsoftware.com Date: Fri Sep 3 15:38:20 2021 -0600
Document equalities of "_Auto" utls fingerprints. --- doc/meek-client.1 | 6 +++--- doc/meek-client.1.txt | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/doc/meek-client.1 b/doc/meek-client.1 index 0929310..9f45591 100644 --- a/doc/meek-client.1 +++ b/doc/meek-client.1 @@ -139,7 +139,7 @@ HelloFirefox_65 .sp -1 .IP (bu 2.3 .} -HelloFirefox_Auto +HelloFirefox_Auto = HelloFirefox_65 .RE .sp .RS 4 @@ -205,7 +205,7 @@ HelloChrome_83 .sp -1 .IP (bu 2.3 .} -HelloChrome_Auto +HelloChrome_Auto = HelloChrome_83 .RE .sp .RS 4 @@ -238,7 +238,7 @@ HelloIOS_12_1 .sp -1 .IP (bu 2.3 .} -HelloIOS_Auto +HelloIOS_Auto = HelloIOS_12_1 .RE .sp As a special case, the values "none" and "HelloGolang" are recognized as aliases for omitting the diff --git a/doc/meek-client.1.txt b/doc/meek-client.1.txt index e378e53..28faff5 100644 --- a/doc/meek-client.1.txt +++ b/doc/meek-client.1.txt @@ -51,22 +51,23 @@ with the named TLS fingerprint for TLS camouflage. This arg is incompatible with the **--helper** command line option. The possible values of __CLIENTHELLOID__ are:
+// https://github.com/refraction-networking/utls/blob/0b2885c8c0d4467cfe9813674... - HelloRandomizedALPN - HelloRandomizedNoALPN - HelloFirefox_55 - HelloFirefox_56 - HelloFirefox_63 - HelloFirefox_65 -- HelloFirefox_Auto +- HelloFirefox_Auto = HelloFirefox_65 - HelloChrome_58 - HelloChrome_62 - HelloChrome_70 - HelloChrome_72 - HelloChrome_83 -- HelloChrome_Auto +- HelloChrome_Auto = HelloChrome_83 - HelloIOS_11_1 - HelloIOS_12_1 -- HelloIOS_Auto +- HelloIOS_Auto = HelloIOS_12_1
As a special case, the values "none" and "HelloGolang" are recognized as aliases for
tor-commits@lists.torproject.org