diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2011-07-09 14:03:07 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 19:50:59 -0300 |
commit | 493cc1ff38009e49bacf02897fe318ae8fcb6c23 (patch) | |
tree | b4c3ca2bcfbe900f4de5563a5e7aeddfecb50443 /network/vidalia/README.SBo | |
parent | 1a2f261d32a48c680785b6ad85c613ac6c14dfa5 (diff) | |
download | slackbuilds-493cc1ff38009e49bacf02897fe318ae8fcb6c23.tar.gz |
network/vidalia: Updated for version 0.2.12.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/vidalia/README.SBo')
-rw-r--r-- | network/vidalia/README.SBo | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/network/vidalia/README.SBo b/network/vidalia/README.SBo index 0ae5cabbbe..73d7a6d58a 100644 --- a/network/vidalia/README.SBo +++ b/network/vidalia/README.SBo @@ -3,7 +3,8 @@ vidalia README.SBo Once vidalia is installed then edit the ~/.vidalia/torrc file. Add the following to torrc or use a the torrc file from /etc/tor/torrc. -# Set the Tor Circuit Build time to find faster tor servers, increments of seconds +# Set the Tor Circuit Build time to find faster tor servers, increments +# of seconds CircuitBuildTimeout 2 # connections while Tor is not in use. KeepalivePeriod 60 @@ -13,5 +14,14 @@ NewCircuitPeriod 15 NumEntryGuards 8 To use vidalia and tor with Firefox then add the FoxyProxy extension -and use the FoxyProxy's Tor Wizard. For extra anonimity in Firefox then try -Torbutton extension and Privoxy. +and use the FoxyProxy's Tor Wizard. For extra anonimity in Firefox then +try Torbutton extension and Privoxy. + +As of version 0.2.10 vidalia supports the local GeoIP database from +MaxMind. If the package hasn't been built with GEOIP=no, edit your +vidalia.conf to enable using the database via the +"UseLocalGeoIpDatabase" and "LocalGeoIpDatabase" options. For example: + +[General] +UseLocalGeoIpDatabase=true +LocalGeoIpDatabase=/var/lib/GeoIP/GeoIP.dat |