Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jarl
tor
Commits
53fc782e
Commit
53fc782e
authored
9 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
add a README to src/config
parent
21602426
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/config/README
+35
-0
35 additions, 0 deletions
src/config/README
src/config/include.am
+6
-2
6 additions, 2 deletions
src/config/include.am
with
41 additions
and
2 deletions
src/config/README
0 → 100644
+
35
−
0
View file @
53fc782e
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.
This diff is collapsed.
Click to expand it.
src/config/include.am
+
6
−
2
View file @
53fc782e
...
...
@@ -2,8 +2,12 @@ confdir = $(sysconfdir)/tor
tordatadir = $(datadir)/tor
EXTRA_DIST+= src/config/geoip src/config/geoip6 src/config/torrc.minimal.in
# fallback-consensus
EXTRA_DIST+= \
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment