Loading LICENSE +5 −0 Original line number Diff line number Diff line Loading @@ -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 +3 −2 Original line number Diff line number Diff line 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 +2 −1 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
LICENSE +5 −0 Original line number Diff line number Diff line Loading @@ -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 +3 −2 Original line number Diff line number Diff line 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 +2 −1 Original line number Diff line number Diff line Loading @@ -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), Loading