mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-07 20:16:49 +03:00
update docs
This commit is contained in:
@@ -306,7 +306,7 @@ Fakes are separate generated by nfqws packets carrying false information for DPI
|
|||||||
* **datanoack** sends tcp fakes without ACK flag. Servers do not accept this but DPI may accept.
|
* **datanoack** sends tcp fakes without ACK flag. Servers do not accept this but DPI may accept.
|
||||||
This mode may break NAT and may not work with iptables if masquerade is used, even from the router itself.
|
This mode may break NAT and may not work with iptables if masquerade is used, even from the router itself.
|
||||||
Works with nftables properly. Likely requires external IP address (some ISPs pass these packets through their NAT).
|
Works with nftables properly. Likely requires external IP address (some ISPs pass these packets through their NAT).
|
||||||
* Manipulate tcp flags with `--dpi-desync-tcp-flags-set` and `--dpi-desync-tcp-flags-unset`.
|
* Manipulate **tcp flags** with `--dpi-desync-tcp-flags-set` and `--dpi-desync-tcp-flags-unset`.
|
||||||
Invalid tcp flags combination may cause server to drop the packet but DPI can accept it.
|
Invalid tcp flags combination may cause server to drop the packet but DPI can accept it.
|
||||||
For example, set SYN in fakes. This may not work with all servers.
|
For example, set SYN in fakes. This may not work with all servers.
|
||||||
`datanoack` can be replaced to `--dpi-desync-tcp-flags-unset=ACK`.
|
`datanoack` can be replaced to `--dpi-desync-tcp-flags-unset=ACK`.
|
||||||
|
|||||||
Reference in New Issue
Block a user