From b7190f0e1ff6945658d413631395e3cca3b8d1cc Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Thu, 6 Jan 2022 23:43:10 +0300 Subject: [PATCH] Add DANGEROUS notices for ttl modes in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e4cd3..b31fd40 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,13 @@ Usage: goodbyedpi.exe [OPTION...] This option can be supplied multiple times. --allow-no-sni perform circumvention if TLS SNI can't be detected with --blacklist enabled. --set-ttl activate Fake Request Mode and send it with supplied TTL value. - DANGEROUS! May break websites in unexpected ways. Use with care. + DANGEROUS! May break websites in unexpected ways. Use with care (or --blacklist). --auto-ttl [a1-a2-m] activate Fake Request Mode, automatically detect TTL and decrease it based on a distance. If the distance is shorter than a2, TTL is decreased by a2. If it's longer, (a1; a2) scale is used with the distance as a weight. If the resulting TTL is more than m(ax), set it to m. Default (if set): --auto-ttl 1-4-10. Also sets --min-ttl 3. + DANGEROUS! May break websites in unexpected ways. Use with care (or --blacklist). --min-ttl minimum TTL distance (128/64 - TTL) for which to send Fake Request in --set-ttl and --auto-ttl modes. --wrong-chksum activate Fake Request Mode and send it with incorrect TCP checksum.