Nick Mathewson 3248630fc8 Merge branch 'maint-0.4.1' into maint-0.4.2 4 years ago
..
README 53fc782e49 add a README to src/config 8 years ago
geoip b7b467d3af Update geoip and geoip6 to the December 3 2019 database. 4 years ago
geoip6 b7b467d3af Update geoip and geoip6 to the December 3 2019 database. 4 years ago
include.am 53fc782e49 add a README to src/config 8 years ago
mmdb-convert.py a10d4adc25 Stop assuming that /usr/bin/python3 exists 5 years ago
torrc.minimal.in 8a79b56ac6 Divide torrc.sample into torrc.sample and torrc.minimal 9 years ago
torrc.minimal.in-staging 57c34e80da #31320 Add IPv6 examples 4 years ago
torrc.sample.in 57c34e80da #31320 Add IPv6 examples 4 years ago

README

This directory has configuration files that ship with Tor. They include:

geoip
geoip6

Geoip files for IPv4 and IPv6

torrc.minimal, torrc.sample:

generated from torrc.minimal.in and torrc.sample.in by autoconf.

torrc.minimal.in:

A very small torrc, suitable for installation by default in
/etc/tor/torrc.

We try to change torrc.minimal.in as infrequently as possible,
since doing so makes the users of many packages have to re-build
their torrc files.


torrc.minimal.in-staging

This is where we stage changes to torrc.minimal.in over time so
that when we have a change large enough to warrant a new
torrc.minimal.in, we can copy all the other changes over
wholesale.

torrc.sample.in:

A verbose, discursive, batteries-included torrc. Suitable for
letting people know how to set up various options, including those
most people shouldn't mess with.