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

commit 0a09848b092afc1be5a05eeb247baab840b8043c Author: Karsten Loesing <karsten.loesing@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");
participants (1)
-
karsten@torproject.org