#include "geoipresolver.h"
Go to the source code of this file.
Defines | |
#define | GEOIP_HOST "geoip.vidalia-project.net" |
#define | GEOIP_PAGE "/cgi-bin/geoip" |
Definition in file geoipresolver.cpp.
#define GEOIP_HOST "geoip.vidalia-project.net" |
Host for the geo ip information. This hostname round-robins between pasiphae.vidalia-project.net, thebe.vidalia-project.net, and cups.cs.cmu.edu.
Definition at line 33 of file geoipresolver.cpp.
Referenced by GeoIpResolver::createRequest(), and GeoIpResolver::resolve().
#define GEOIP_PAGE "/cgi-bin/geoip" |
Page that we request the geo ip information from.
Definition at line 35 of file geoipresolver.cpp.
Referenced by GeoIpResolver::createRequest().