Browse Source
Merge pull request #2000 from dzokha-true/master
Typo fixes in eng and ru readme
pull/2027/head
bol-van
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
docs/readme.en.md
-
docs/readme.md
|
|
|
@ -273,7 +273,7 @@ Fakes are separate generated by nfqws packets carrying false information for DPI |
|
|
|
`nfqws` cannot redistribute data between original TCP segments. The error displayed is 'message too long'. |
|
|
|
* **badsum** doesn't work if your device is behind NAT which does not pass invalid packets. |
|
|
|
The most common Linux NAT router configuration does not pass them. Most home routers are Linux based. |
|
|
|
The default sysctl configuration `net.netfilter.nf_conntrack_checksum=1` causes contrack to verify tcp and udp checksums |
|
|
|
The default sysctl configuration `net.netfilter.nf_conntrack_checksum=1` causes conntrack to verify tcp and udp checksums |
|
|
|
and set INVALID state for packets with invalid checksum. |
|
|
|
Typically, iptables rules include a rule for dropping packets with INVALID state in the FORWARD chain. |
|
|
|
The combination of these factors does not allow badsum packets to pass through the router. |
|
|
|
|
|
|
|
@ -388,7 +388,7 @@ hex строка начинается с "0x". Имя файла можно пи |
|
|
|
|
|
|
|
Режимы дурения могут сочетаться в любых комбинациях. `--dpi-desync-fooling` берет множество значений через запятую. |
|
|
|
|
|
|
|
Возможно задание множества фейков через повторение парамеров `--dpi-desync-fake-???`, кроме `--dpi-desync-fake-syndata`. |
|
|
|
Возможно задание множества фейков через повторение параметров `--dpi-desync-fake-???`, кроме `--dpi-desync-fake-syndata`. |
|
|
|
Фейки будут отосланы в указанном порядке. `--dpi-desync-repeats` повторяет каждый отосланный фейк. |
|
|
|
Итоговый порядок будет такой : `fake1 fake1 fake1 fake2 fake2 fake2 fake3 fake3 fake3 .....` |
|
|
|
|
|
|
|
|