aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc5fdb1..a411e29 100644
--- a/README.md
+++ b/README.md
@@ -254,6 +254,6 @@ the IP, with a Host header set to the original host name. Redirects will
254not be followed by that request. If the request returns a redirect, then 254not be followed by that request. If the request returns a redirect, then
255checkURL() is called recursively. If the redirect is to some host we are 255checkURL() is called recursively. If the redirect is to some host we are
256not already checking, we call checkRedirects() on it, with an IP of 256not already checking, we call checkRedirects() on it, with an IP of
257"redir". This causes checkRedirects() to bypass the IP gathering 257"redir". This causes checkRedirects() to bypass the test that would
258process, and call checkPaths() with the new host. 258otherwise call checkPaths(), instead gathering the IPs and fork as usual.
259 259