Skip to content

Commit 787c4d2

Browse files
committed
Update readme
1 parent 7d50748 commit 787c4d2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Usage: goodbyedpi.exe [OPTION...]
3737
DANGEROUS! May break websites in unexpected ways. Use with care.
3838
--wrong-chksum activate Fake Request Mode and send it with incorrect TCP checksum.
3939
May not work in a VM or with some routers, but is safer than set-ttl.
40+
--native-frag fragment (split) the packets by sending them in smaller packets, without
41+
shrinking the Window Size. Works faster (does not slow down the connection)
42+
and better.
43+
--reverse-frag fragment (split) the packets just as --native-frag, but send them in the
44+
reversed order. Works with the websites which could not handle segmented
45+
HTTPS TLS ClientHello (because they receive the TCP flow "combined").
4046
4147
-1 -p -r -s -f 2 -k 2 -n -e 2 (most compatible mode, default)
4248
-2 -p -r -s -f 2 -k 2 -n -e 40 (better speed for HTTPS yet still compatible)
@@ -94,8 +100,8 @@ Modify them according to your own needs.
94100
# Known issues
95101

96102
* Horribly outdated Windows 7 installations are not able to load WinDivert driver due to missing support for SHA256 digital signatures. Install KB3033929 [x86](https://www.microsoft.com/en-us/download/details.aspx?id=46078)/[x64](https://www.microsoft.com/en-us/download/details.aspx?id=46148), or better, update the whole system using Windows Update.
97-
* Some SSL/TLS stacks unable to process fragmented ClientHello packets, and HTTPS websites won't open. Bug: [#4](https://github.com/ValdikSS/GoodbyeDPI/issues/4), [#64](https://github.com/ValdikSS/GoodbyeDPI/issues/64).
98-
* ESET Antivirus is incompatible with WinDivert driver [#91](https://github.com/ValdikSS/GoodbyeDPI/issues/91). This is most probably antivirus bug, not WinDivert.
103+
* ~~Some SSL/TLS stacks unable to process fragmented ClientHello packets, and HTTPS websites won't open. Bug: [#4](https://github.com/ValdikSS/GoodbyeDPI/issues/4), [#64](https://github.com/ValdikSS/GoodbyeDPI/issues/64).~~ Fragmentation issues are fixed in v0.1.7.
104+
* ~~ESET Antivirus is incompatible with WinDivert driver [#91](https://github.com/ValdikSS/GoodbyeDPI/issues/91). This is most probably antivirus bug, not WinDivert.~~
99105

100106

101107
# Similar projects

0 commit comments

Comments
 (0)