mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-30 18:02:23 +03:00
update readme
This commit is contained in:
parent
aba1fdeb04
commit
c69a92f901
@ -448,3 +448,6 @@ blockcheck: override all dialog questions and enable batch mode
|
|||||||
blockcheck: parallel attempts
|
blockcheck: parallel attempts
|
||||||
nfqws: weaken wireguard initiation recognition. use len=148 and data[0]=1 signature
|
nfqws: weaken wireguard initiation recognition. use len=148 and data[0]=1 signature
|
||||||
nfqws: apply split+seqovl only to the first reasm fragment
|
nfqws: apply split+seqovl only to the first reasm fragment
|
||||||
|
install_easy: dnf packager support
|
||||||
|
nfqws,tpws: hostlist/ipset track not only file mod time but also file size
|
||||||
|
nfqws,tpws,ipset: return lists reload on HUP
|
||||||
|
@ -965,7 +965,8 @@ If you need "all except" mode you dont have to delete zapret-hosts-users.txt. Ju
|
|||||||
|
|
||||||
Subdomains auto apply. For example, "ru" in the list affects "*.ru" .
|
Subdomains auto apply. For example, "ru" in the list affects "*.ru" .
|
||||||
|
|
||||||
**tpws** and **nfqws** automatically reload lists if their modification date is changed.
|
**tpws** and **nfqws** automatically reload lists if their modification time or file size is changed.
|
||||||
|
HUP signal forcibly reloads all lists.
|
||||||
|
|
||||||
When filtering by domain name, daemons should run without filtering by ipset.
|
When filtering by domain name, daemons should run without filtering by ipset.
|
||||||
When using large regulator lists estimate the amount of RAM on the router !
|
When using large regulator lists estimate the amount of RAM on the router !
|
||||||
|
@ -1303,7 +1303,8 @@ ipset/get_refilter_domains.sh
|
|||||||
```
|
```
|
||||||
Он кладется в `ipset/zapret-hosts.txt.gz`.
|
Он кладется в `ipset/zapret-hosts.txt.gz`.
|
||||||
|
|
||||||
При изменении времени модификации файлов списки перечитываются автоматически.
|
При изменении времени модификации или размера файлов списки перечитываются автоматически.
|
||||||
|
После неатомарных операций изменения можно послать tpws/nfqws сигнал HUP для принудительной перечитки всех листов.
|
||||||
|
|
||||||
При фильтрации по именам доменов демон должен запускаться без фильтрации по ipset.
|
При фильтрации по именам доменов демон должен запускаться без фильтрации по ipset.
|
||||||
tpws и nfqws решают нужно ли применять дурение в зависимости от хоста, полученного из протокола прикладного уровня (http, tls, quic).
|
tpws и nfqws решают нужно ли применять дурение в зависимости от хоста, полученного из протокола прикладного уровня (http, tls, quic).
|
||||||
|
Loading…
Reference in New Issue
Block a user