#include "GeoIpResolver.h"
#include "GeoIpCache.h"
#include <QObject>
#include <QList>
#include <QHash>
#include <QHostAddress>
#include "GeoIpRequest.h"
#include <QByteArray>
#include <QHttpResponseHeader>
#include "GeoIp.h"
#include "Vidalia.h"
#include "stringutil.h"
#include "TorSslSocket.h"
Go to the source code of this file.
Defines | |
#define | GEOIP_HOST "geoips.vidalia-project.net" |
#define | GEOIP_SSL_PORT 443 |
#define | GEOIP_PAGE "/cgi-bin/geoip.py" |
#define GEOIP_HOST "geoips.vidalia-project.net" |
Host for the GeoIP information.
Definition at line 27 of file GeoIpResolver.cpp.
Referenced by GeoIpResolver::createRequest(), and GeoIpResolver::resolve().
#define GEOIP_PAGE "/cgi-bin/geoip.py" |
Page that we request the GeoIP information from.
Definition at line 31 of file GeoIpResolver.cpp.
Referenced by GeoIpResolver::createRequest().
#define GEOIP_SSL_PORT 443 |
The SSL GeoIP service runs on port 443.
Definition at line 29 of file GeoIpResolver.cpp.
Referenced by GeoIpResolver::resolve().