mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
readme: hostlist filtering minor fixes
This commit is contained in:
parent
7c418a11f8
commit
c7360e98b7
@ -327,8 +327,7 @@ zapret-hosts-user-exclude.txt can contain domains, ipv4 and ipv6 addresses or su
|
|||||||
Domain name filtering
|
Domain name filtering
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
An alternative to ipset is to use tpws with a list of domains.
|
An alternative to ipset is to use tpws or nfqws with a list of domains. Only one list is supported.
|
||||||
tpws can only read one hostlist.
|
|
||||||
|
|
||||||
Enter the blocked domains to ipset/zapret-hosts-users.txt. Remove ipset/zapret-hosts.txt.gz.
|
Enter the blocked domains to ipset/zapret-hosts-users.txt. Remove ipset/zapret-hosts.txt.gz.
|
||||||
Then the init script will run tpws with the zapret-hosts-users.txt list.
|
Then the init script will run tpws with the zapret-hosts-users.txt list.
|
||||||
@ -336,11 +335,11 @@ Then the init script will run tpws with the zapret-hosts-users.txt list.
|
|||||||
Other option ( Roskomnadzor list - get_hostlist.sh ) is russian specific.
|
Other option ( Roskomnadzor list - get_hostlist.sh ) is russian specific.
|
||||||
You can write your own replacement for get_hostlist.sh.
|
You can write your own replacement for get_hostlist.sh.
|
||||||
|
|
||||||
When filtering by domain name, tpws should run without filtering by ipset.
|
When filtering by domain name, daemons should run without filtering by ipset.
|
||||||
All http traffic goes through tpws, and it decides whether to use manipulation depending on the Host: field in the http request.
|
All traffic goes through daemon, and it decides whether to use manipulation depending on the Host: field in the http request.
|
||||||
This creates an increased load on the system.
|
This creates an increased load on the system.
|
||||||
The domain search itself works very quickly, the load is connected with pumping the amount of data through the process.
|
The domain search itself works very quickly, the load is connected with pumping the amount of data through the process.
|
||||||
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 !
|
||||||
|
|
||||||
Choosing parameters
|
Choosing parameters
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -516,7 +516,7 @@ ip2net
|
|||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
Альтернативой ipset является использование tpws или nfqws (только для атаки десинхронизации) со списком доменов.
|
Альтернативой ipset является использование tpws или nfqws (только для атаки десинхронизации) со списком доменов.
|
||||||
tpws может читать только один hostlist.
|
Может быть только один hostlist.
|
||||||
|
|
||||||
Поддерживаются 2 варианта :
|
Поддерживаются 2 варианта :
|
||||||
1) Внесите домены для дурения в ipset/zapret-hosts-users.txt. Удалите ipset/zapret-hosts.txt.gz.
|
1) Внесите домены для дурения в ipset/zapret-hosts-users.txt. Удалите ipset/zapret-hosts.txt.gz.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user