Updated readme.
authorSteven Black <redacted>
Sat, 3 Oct 2015 01:07:53 +0000 (21:07 -0400)
committerSteven Black <redacted>
Sat, 3 Oct 2015 01:07:53 +0000 (21:07 -0400)
readme.md

index f1348f6debf09dfe83d7ca4b7a45aa584424ae23..2231401018dd38c317e5ee338b7d8578c304eac6 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
 
 This repo consolidates several reputable `hosts` files and consolidates them into a single hosts file that you can use.
 
-**Currently this hosts file contains 26680 unique entries.**
+**Currently this hosts file contains 26792 unique entries.**
 
 ## Source of host data amalgamated here
 
@@ -47,8 +47,12 @@ For example, to nullify requests to some doubleclick.net servers, adding these l
     # etc...
 
 
-## Why use `0` instead of `0.0.0.0` or `127.0.0.1`?
-See [here](http://www.dslreports.com/forum/r16790135-Large-Hosts-file-0-0-0-0-or-127-0-0-1) and [here](http://www.dslreports.com/forum/r24621780-hosts-127-0-0-1-vs-0-0-0-0).  Turns out using just `0` increases parsing speed, and it makes the hosts file smaller.
+## Why use `0.0.0.0` instead of `127.0.0.1`?
+Using `0.0.0.0` is faster.
+
+## Why not use just `0` instead of `0.0.0.0`?
+We tried that.  Using `0` doesn't work universally.
+
 
 ## Location of your hosts file
 To modify your current `hosts` file, look for it in the following places and modify it with a text editor.
git clone https://git.99rst.org/PROJECT