commit 87337c4e983a623ff97f259974736b9928a3bb4e Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Feb 28 11:11:10 2012 +0100
Document how to resolve IPs to ASes. --- INSTALL | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/INSTALL b/INSTALL index bc8af96..e411d8f 100644 --- a/INSTALL +++ b/INSTALL @@ -34,14 +34,18 @@ correctly: $ ant compile
-Download a GeoIP database file ------------------------------- +Download GeoIP and ASN database files +-------------------------------------
Download the GeoLite City database from Maxmind and put it in /srv/onionoo/GeoLiteCity.dat. If no such file is found, relay IP addresses will not be resolved to country codes, latitudes, and longitudes.
+Also download the GeoLite ASN database from Maxmind and put it in +/srv/onionoo/GeoIPASNum.dat. If no such file is found, relay IP +addresses will not be resolved to AS numbers and names. +
Test the rsync of descriptors from metrics.torproject.org ---------------------------------------------------------
tor-commits@lists.torproject.org