Better explanation of why 0.0.0.0 is faster than 127.0.0.1.
authorSteven Black <redacted>
Sun, 18 Oct 2015 00:24:02 +0000 (20:24 -0400)
committerSteven Black <redacted>
Sun, 18 Oct 2015 00:24:02 +0000 (20:24 -0400)
readme_template.md

index e1328eb6f9e869b004cf4b9b56d8ff80247b0364..2ee9a7931aa551d9da2f58134cedc87483da2cdb 100644 (file)
@@ -48,7 +48,7 @@ For example, to nullify requests to some doubleclick.net servers, adding these l
 
 
 ## Why use `0.0.0.0` instead of `127.0.0.1`?
-Using `0.0.0.0` is faster.
+Using `0.0.0.0` is faster because you don't have to wait for a timeout. It also does not interfere with a web server that may be running on the local PC.
 
 ## Why not use just `0` instead of `0.0.0.0`?
 We tried that.  Using `0` doesn't work universally.
git clone https://git.99rst.org/PROJECT