commit dc0a3fa8d0ae77b2d2051ba76d4bca29f3d3c97e Author: Arlo Breault arlolra@gmail.com Date: Tue Feb 25 23:24:54 2014 +0000
Document /exit-addresses
Link to it from the bulk exporter. --- Readme.md | 6 ++++++ public/bulk.html | 5 +++++ 2 files changed, 11 insertions(+)
diff --git a/Readme.md b/Readme.md index 5698fb9..2b2cb71 100644 --- a/Readme.md +++ b/Readme.md @@ -44,6 +44,7 @@ The data that `make start` pulls in will quickly become stale. What you want to
Then setup a cron job to run a script like `scripts/cpexits.sh` every hour. Setting up TorDNSEL to get the exit addresses is beyond the scope of this readme.
+ ## Setup
Assuming debian, install the dependencies, @@ -63,6 +64,11 @@ Then you start it up,
/etc/init.d/check start
+## /exit-addresses + +The production check.tpo symlinks TorDNSEL's state file, `exit-addresses`, +to its `DocumentRoot`. This is to replace what was formerly at exitlist.tpo + ## Capacity planning
54.7 requests/sec - 47.0 kB/second - 879 B/request
diff --git a/public/bulk.html b/public/bulk.html index 70f3f06..0ad4eb6 100644 --- a/public/bulk.html +++ b/public/bulk.html @@ -6,6 +6,9 @@ display: inline; margin-right: 0.4em; } + .exli { + margin-top: 4em; + } {{ end }} {{ define "body" }} <img src="/torcheck/img/tor-on.png" class="onion" /> @@ -26,5 +29,7 @@ </div> </form>
+ <p class="exli">Get the current list of <a href="/exit-addresses">exit addresses</a> outputted by TorDNSEL. Past data can be obtained from the <a href="https://metrics.torproject.org/data.html#exitlist">metrics archive</a>.</p> + {{ end }} {{ define "foot" }}{{ end }} \ No newline at end of file
tor-commits@lists.torproject.org