aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-09-29 11:22:34 +1000
committeronefang2019-09-29 11:22:34 +1000
commit37df809ec7a43c964bdede49d4dd4f95d910c42c (patch)
tree810a7fa24305302f014f091e31f7e45255eea134 /README.md
parentCheckRedirects() -> checkRedirects() (diff)
downloadapt-panopticon-37df809ec7a43c964bdede49d4dd4f95d910c42c.zip
apt-panopticon-37df809ec7a43c964bdede49d4dd4f95d910c42c.tar.gz
apt-panopticon-37df809ec7a43c964bdede49d4dd4f95d910c42c.tar.bz2
apt-panopticon-37df809ec7a43c964bdede49d4dd4f95d910c42c.tar.xz
Oops, read the "redir" logic incorrectly, and wrote the theory section wrong.
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