From 290d7fd9214094e8b0bbef32b4c72ac7806cd66f Mon Sep 17 00:00:00 2001 From: jimraynor2470 Date: Mon, 8 May 2023 11:48:57 +0900 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a88fa1..9d04c6b 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Usage: goodbyedpi.exe [OPTION...] --blacklist perform circumvention tricks only to host names and subdomains from supplied text file (HTTP Host/TLS SNI). This option can be supplied multiple times. + --whitelist does not perform circumvention tricks to host names and subdomains from + supplied text file. + This option can be supplied multiple times. --allow-no-sni perform circumvention if TLS SNI can't be detected with --blacklist enabled. --frag-by-sni if SNI is detected in TLS packet, fragment the packet right before SNI value. --set-ttl activate Fake Request Mode and send it with supplied TTL value.