From 2907e0ec65702d97ddf69aad51dc222d0496dd4e Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 8 Mar 2023 05:11:30 +0100 Subject: [PATCH] docker-images: corrected dperson torproxy --- wiki/docker-images/dperson_-_torproxy.md | 8 ++++---- wiki/tor.md | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/wiki/docker-images/dperson_-_torproxy.md b/wiki/docker-images/dperson_-_torproxy.md index eae97c5..7160ee1 100644 --- a/wiki/docker-images/dperson_-_torproxy.md +++ b/wiki/docker-images/dperson_-_torproxy.md @@ -21,10 +21,10 @@ Set the following volumes with the -v tag. Set the following ports with the -p tag. -| Container Port | Recommended outside port | Protocol | Description | -| -------------- | ------------------------ | -------- | ------------------- | -| `8118` | `8118` | TCP | privoxy web proxy | -| `9050` | `9050` | TCP | socks protocol port | +| Container Port | Recommended outside port | Protocol | Description | +| -------------- | ------------------------ | -------- | -------------------- | +| `8118` | `8118` | HTTP | privoxy web proxy | +| `9050` | `9050` | SOCKS | socks protocol proxy | ## rebuild.sh diff --git a/wiki/tor.md b/wiki/tor.md index 792a005..7d54eb0 100644 --- a/wiki/tor.md +++ b/wiki/tor.md @@ -1,13 +1,16 @@ # Tor -[Tor](https://www.torproject.org/) is a free and open source software for anonymous -communication via internet traffic. +[Tor](https://www.torproject.org/) is a free and open source software for +anonymous communication via internet traffic. +Tor can be used to access `.onion` sites or to anonymize traffic. ## Usage This section features various features of Tor. -### Tor proxy +### Tor -A tor proxy can be used to access `.onion` sites or to anonymize traffic. -It can be set up using [docker](./docker-images/dperson_-_torproxy.md). +A Tor proxy can be used to anonymize traffic via the SOCKS protocol, an HTTP +tunnel protocol or other ways. +It can be set up using [docker](/wiki/docker.md) and the +[dperson image](./docker-images/dperson_-_torproxy.md).