1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

docker-images: corrected dperson torproxy

This commit is contained in:
tiyn 2023-03-08 05:11:30 +01:00
parent a44146af39
commit 2907e0ec65
2 changed files with 12 additions and 9 deletions

View File

@ -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

View File

@ -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).