[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2154: Fix a comment: we don't do a DNS round-robin for geoip.vidal (in trunk: . src/geoip)
Author: edmanm
Date: 2007-12-01 03:55:02 -0500 (Sat, 01 Dec 2007)
New Revision: 2154
Modified:
trunk/
trunk/src/geoip/geoipresolver.cpp
Log:
r2188@lysithea: edmanm | 2007-12-01 03:54:08 -0500
Fix a comment: we don't do a DNS round-robin for geoip.vidalia-project.net
anymore.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2188] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/src/geoip/geoipresolver.cpp
===================================================================
--- trunk/src/geoip/geoipresolver.cpp 2007-12-01 08:54:48 UTC (rev 2153)
+++ trunk/src/geoip/geoipresolver.cpp 2007-12-01 08:55:02 UTC (rev 2154)
@@ -33,9 +33,7 @@
#define USE_SSL 1
#endif
-/** Host for the geo ip information. This hostname round-robins between
- * pasiphae.vidalia-project.net, thebe.vidalia-project.net, and
- * cups.cs.cmu.edu. */
+/** Host for the geo ip information. */
#define GEOIP_HOST "geoip.vidalia-project.net"
/** The non-encrypted GeoIP service lives on port 80. */
#define GEOIP_PORT 80