Skip to content

Commit 8716708

Browse files
committed
Document forgotten --max-payload in -5 and -6 modes (v0.2.0+)
1 parent 406cf2c commit 8716708

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ LEGACY modesets:
7474
-4 -p -r -s (best speed)
7575
7676
Modern modesets (more stable, more compatible, faster):
77-
-5 -f 2 -e 2 --auto-ttl --reverse-frag (this is the default)
78-
-6 -f 2 -e 2 --wrong-seq --reverse-frag
77+
-5 -f 2 -e 2 --auto-ttl --reverse-frag --max-payload (this is the default)
78+
-6 -f 2 -e 2 --wrong-seq --reverse-frag --max-payload
7979
```
8080

8181
To check if your ISP's DPI could be circumvented, first make sure that your provider does not poison DNS answers by enabling "Secure DNS (DNS over HTTPS)" option in your browser.

src/goodbyedpi.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ int main(int argc, char *argv[]) {
929929
" -4 -p -r -s (best speed)"
930930
"\n"
931931
"Modern modesets (more stable, more compatible, faster):\n"
932-
" -5 -f 2 -e 2 --auto-ttl --reverse-frag (this is the default)\n"
933-
" -6 -f 2 -e 2 --wrong-seq --reverse-frag\n");
932+
" -5 -f 2 -e 2 --auto-ttl --reverse-frag --max-payload (this is the default)\n"
933+
" -6 -f 2 -e 2 --wrong-seq --reverse-frag --max-payload\n");
934934
exit(EXIT_FAILURE);
935935
}
936936
}

0 commit comments

Comments
 (0)