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
ab0f263f
Commit
ab0f263f
authored
21 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
more tweaks to the readme, from paul's comments
svn:r369
parent
6401253c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+10
-11
10 additions, 11 deletions
README
with
10 additions
and
11 deletions
README
+
10
−
11
View file @
ab0f263f
...
...
@@ -16,17 +16,19 @@ Quickstart version for users:
2) ./configure (or do the two-line version below, if you're on bsd)
3) make
4) cd src/config
5) ../or/or -f oprc
&
5) ../or/or -f oprc
6) point your mozilla (or whatever) to socks4 proxy at localhost port 9050
In mozilla, this is in edit|preferences|advanced|proxies.
In mozilla, this is in edit|preferences|advanced|proxies. This allows you
to test to make sure tor is installed correctly.
7) make sure you've set it up correctly: go to
http://www.junkbusters.com/cgi-bin/privacy and see what IP it says
you're coming from. If it works, you're set.
you're coming from. If it works, you should probably go on to step 8,
to get better privacy.
8) Optionally, install privoxy (www.privoxy.org), and add the line
"forward-socks4a / localhost:9050 ." (without the quotes) to its config
file. Then change your mozilla to http proxy at localhost port 8118
.
This step will give you good html scrubbing as well.
file. Then change your mozilla to http proxy at localhost port 8118
(and
no socks proxy).
This step will give you good html scrubbing as well.
If this works for you, you can stop reading. Otherwise, below is a more
detailed version.
...
...
@@ -35,9 +37,6 @@ detailed version.
Dependencies:
You're going to need Privoxy (www.privoxy.org) installed, and configured
to point at a socks4a proxy -- see below.
For tor itself, you're going to need openssl (0.9.5 or later
-- including the dev stuff and includes). If you're on Linux,
everything will probably work fine. OS X and BSD (but see below under
...
...
@@ -87,12 +86,12 @@ Do you want to run a tor server or a tor client?
How to use it for web browsing:
Download privoxy (www.privoxy.org). Install it. Add the following
line to your 'config' file:
line to your 'config' file
(it might be in /etc/privoxy/config)
:
forward-socks4a / localhost:9050 .
Don't forget the . at the end.
From here, you can point your browser/etc to localhost
:
8118 (as
an
http proxy) and your traffic will go through Privoxy, then through
From here, you can point your browser/etc to localhost
port
8118 (as
an
http proxy) and your traffic will go through Privoxy, then through
the onion proxy, to the onion routing network.
You can also ignore the whole privoxy thing and set your Mozilla to
...
...
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