[tor-commits] [metrics-db/master] Update exit list URL.

karsten at torproject.org karsten at torproject.org
Sun Feb 12 20:22:58 UTC 2012


commit 0a09848b092afc1be5a05eeb247baab840b8043c
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Sun Feb 12 21:22:39 2012 +0100

    Update exit list URL.
---
 .../torproject/ernie/db/ExitListDownloader.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/org/torproject/ernie/db/ExitListDownloader.java b/src/org/torproject/ernie/db/ExitListDownloader.java
index 07d2cc4..888aa65 100644
--- a/src/org/torproject/ernie/db/ExitListDownloader.java
+++ b/src/org/torproject/ernie/db/ExitListDownloader.java
@@ -14,7 +14,7 @@ public class ExitListDownloader {
     try {
       logger.fine("Downloading exit list...");
       String exitAddressesUrl =
-          "http://exitlist.torproject.org/exitAddresses";
+          "http://exitlist.torproject.org/exit-addresses";
       URL u = new URL(exitAddressesUrl);
       HttpURLConnection huc = (HttpURLConnection) u.openConnection();
       huc.setRequestMethod("GET");



More information about the tor-commits mailing list