Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
7f61dafe
Commit
7f61dafe
authored
May 28, 2008
by
Roger Dingledine
Browse files
include the geoip file in the tarball, and load it by default
when tor starts. this breaks rpms and maybe other packages. svn:r14764
parent
60ca5445
Changes
3
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
7f61dafe
...
...
@@ -77,4 +77,9 @@ If you got Tor as a static binary with OpenSSL included, then you should know:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
===============================================================================
"This program uses the IP-to-Country Database provided by
WebHosting.Info (http://www.webhosting.info), available from
http://ip-to-country.webhosting.info."
See the src/config/geoip file in particular.
===============================================================================
src/config/Makefile.am
View file @
7f61dafe
confdir
=
$(sysconfdir)
/tor
#
EXTRA_DIST = fallback-consensus
EXTRA_DIST
=
fallback-consensus
geoip
conf_DATA
=
torrc.sample
#
data_DATA = fallback-consensus
data_DATA
=
fallback-consensus
geoip
# If we don't have it, fake it.
fallback-consensus
:
touch
fallback-consensus
src/or/config.c
View file @
7f61dafe
...
...
@@ -198,7 +198,8 @@ static config_var_t _option_vars[] = {
V
(
FetchServerDescriptors
,
BOOL
,
"1"
),
V
(
FetchHidServDescriptors
,
BOOL
,
"1"
),
V
(
FetchUselessDescriptors
,
BOOL
,
"0"
),
V
(
GeoIPFile
,
STRING
,
NULL
),
V
(
GeoIPFile
,
STRING
,
SHARE_DATADIR
PATH_SEPARATOR
"tor"
PATH_SEPARATOR
"geoip"
),
V
(
Group
,
STRING
,
NULL
),
V
(
HardwareAccel
,
BOOL
,
"0"
),
V
(
HashedControlPassword
,
LINELIST
,
NULL
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment