mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 20:03:45 +03:00
Update README.md
This commit is contained in:
parent
c11a30a319
commit
7575586067
|
@ -27,7 +27,7 @@ This check is executed on each request. You should watch memeory consumption too
|
||||||
|
|
||||||
The naive solution is to keep array of blocked ips and check if the host resolves to one of the ips.
|
The naive solution is to keep array of blocked ips and check if the host resolves to one of the ips.
|
||||||
You may do it with `indexOf`, binary search, etc.
|
You may do it with `indexOf`, binary search, etc.
|
||||||
The shortcoming of every ip solution is that some providers resolve blocked hosts to wrong ips, so we eventually need list of hosts.
|
The shortcoming of every ip solution is that __some providers resolve blocked hosts to wrong ips__, so we eventually need list of hosts.
|
||||||
|
|
||||||
I have tested different solutions, and depicted [results](./benchmark/Output.txt) in the following chart:
|
I have tested different solutions, and depicted [results](./benchmark/Output.txt) in the following chart:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user