Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
The Tor Project
Core
Tor
Commits
325935b1
Commit
325935b1
authored
21 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
doc patches submitted by jason holt
svn:r909
parent
10548ae9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS
+3
-0
3 additions, 0 deletions
AUTHORS
README
+5
-2
5 additions, 2 deletions
README
doc/tor.1.in
+3
-1
3 additions, 1 deletion
doc/tor.1.in
with
11 additions
and
3 deletions
AUTHORS
+
3
−
0
View file @
325935b1
...
...
@@ -21,3 +21,6 @@ the tor.sh initscripts shell script.
Steven Hazel <sah@thalassocracy.org> made 'make install' do the right
thing.
Jason Holt <jason@lunkwill.org> contributed patches to the instructions
and the man page.
This diff is collapsed.
Click to expand it.
README
+
5
−
2
View file @
325935b1
...
...
@@ -24,8 +24,11 @@ Do you want to run a tor server?
Then run tor to generate keys. One of the files generated
in your DataDirectory is your 'fingerprint' file. Mail it to
arma@mit.edu. Remember that you won't be able to authenticate to the
other tor nodes until I've added you to the directory.
arma@mit.edu.
NOTE: You won't be able to use tor as a client or server
in this configuration until you've been added to the directory
and can authenticate to the other nodes.
Configuring tsocks:
...
...
This diff is collapsed.
Click to expand it.
doc/tor.1.in
+
3
−
1
View file @
325935b1
...
...
@@ -83,7 +83,9 @@ The fqdn of this server (e.g. moria.mit.edu).
Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
.TP
\fBexitpolicy \fR\fIpolicy,policy,...\fP
Set an exit policy for this server. Each policy is of the form "reject 127.0.0.1:*". Also handles masks and bits.
Set an exit policy for this server. Each policy is of the form "reject ADDR/MASK:PORT". For exam
ple, "reject 127.0.0.1:*,reject 192.168.1.0/24:*,accept *:*" would reject any traffic destined fo
r localhost and any 192.168.1.* address, but accept anything else.
.TP
\fBmaxonionspending \fR\fINUM\fP
If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
...
...
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