mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-06 08:20:34 +05:00
readme: wssize slow down notice
This commit is contained in:
parent
6600c06668
commit
ac32595b3f
@ -286,6 +286,11 @@ The wssize parameter specifies the scaling factor after a colon.
|
|||||||
Scaling factor can only decrease, increase is blocked to prevent the server from exceeding client's window size.
|
Scaling factor can only decrease, increase is blocked to prevent the server from exceeding client's window size.
|
||||||
To force a TLS server to fragment ServerHello message to avoid hostname detection on DPI use --wssize=1:6
|
To force a TLS server to fragment ServerHello message to avoid hostname detection on DPI use --wssize=1:6
|
||||||
|
|
||||||
|
Hostlist filter does not affect --wssize because it works since the connection initiation when it's not yet possible
|
||||||
|
to extract the host name.
|
||||||
|
--wssize may slow down sites and/or increase response time. It's desired to use another methods if possible.
|
||||||
|
|
||||||
|
|
||||||
tpws
|
tpws
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -344,6 +344,11 @@ Scaling factor может только снижаться, увеличение
|
|||||||
Для принуждения сервера к фрагментации ServerHello, чтобы избежать просекание имени сервера из сертификата сервера на DPI,
|
Для принуждения сервера к фрагментации ServerHello, чтобы избежать просекание имени сервера из сертификата сервера на DPI,
|
||||||
лучше всего использовать --wssize=1:6
|
лучше всего использовать --wssize=1:6
|
||||||
|
|
||||||
|
На --wssize не влияет фильтр hostlist, поскольку он действует с самого начала соединения, когда еще нельзя
|
||||||
|
принять решение о попадании в лист.
|
||||||
|
--wssize может замедлять скорость и/или увеличивать время ответа сайтов, поэтому если есть другие работающие способы обхода DPI,
|
||||||
|
лучше применять их.
|
||||||
|
|
||||||
|
|
||||||
tpws
|
tpws
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user