mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
add a README to src/config
This commit is contained in:
parent
216024261b
commit
53fc782e49
35
src/config/README
Normal file
35
src/config/README
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
|
|
@ -2,8 +2,12 @@ confdir = $(sysconfdir)/tor
|
|||||||
|
|
||||||
tordatadir = $(datadir)/tor
|
tordatadir = $(datadir)/tor
|
||||||
|
|
||||||
EXTRA_DIST+= src/config/geoip src/config/geoip6 src/config/torrc.minimal.in
|
EXTRA_DIST+= \
|
||||||
# fallback-consensus
|
src/config/geoip \
|
||||||
|
src/config/geoip6 \
|
||||||
|
src/config/torrc.minimal.in \
|
||||||
|
src/config/torrc.sample.in \
|
||||||
|
src/config/README
|
||||||
|
|
||||||
conf_DATA = src/config/torrc.sample
|
conf_DATA = src/config/torrc.sample
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user