From 8e41307755626950752746a04d561089f62e345a Mon Sep 17 00:00:00 2001 From: "Ilya Ig. Petrov" Date: Wed, 2 Dec 2015 17:03:05 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 372495c..416b02b 100755 --- a/README.md +++ b/README.md @@ -39,6 +39,6 @@ I have tested different solutions, and depicted [results](./benchmark/Output.txt * __IPs switch__ – Simply `switch(Blocked_IP) { case1: ... caseN: return true }`. Works even better than binary search. Magic. * __Hosts switch__ – Radix trie built on `switch`. Comparable to __IPs switch__. -## Antizapret +## Antizapret Proxy I've decided to use [Antizapret](http://antizapret.prostovpn.org) proxy servers, which proxy ips from the [the register](https://github.com/zapret-info/z-i) only.