mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
docker-images: corrected dperson torproxy
This commit is contained in:
parent
a44146af39
commit
2907e0ec65
@ -21,10 +21,10 @@ Set the following volumes with the -v tag.
|
|||||||
|
|
||||||
Set the following ports with the -p tag.
|
Set the following ports with the -p tag.
|
||||||
|
|
||||||
| Container Port | Recommended outside port | Protocol | Description |
|
| Container Port | Recommended outside port | Protocol | Description |
|
||||||
| -------------- | ------------------------ | -------- | ------------------- |
|
| -------------- | ------------------------ | -------- | -------------------- |
|
||||||
| `8118` | `8118` | TCP | privoxy web proxy |
|
| `8118` | `8118` | HTTP | privoxy web proxy |
|
||||||
| `9050` | `9050` | TCP | socks protocol port |
|
| `9050` | `9050` | SOCKS | socks protocol proxy |
|
||||||
|
|
||||||
## rebuild.sh
|
## rebuild.sh
|
||||||
|
|
||||||
|
13
wiki/tor.md
13
wiki/tor.md
@ -1,13 +1,16 @@
|
|||||||
# Tor
|
# Tor
|
||||||
|
|
||||||
[Tor](https://www.torproject.org/) is a free and open source software for anonymous
|
[Tor](https://www.torproject.org/) is a free and open source software for
|
||||||
communication via internet traffic.
|
anonymous communication via internet traffic.
|
||||||
|
Tor can be used to access `.onion` sites or to anonymize traffic.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This section features various features of Tor.
|
This section features various features of Tor.
|
||||||
|
|
||||||
### Tor proxy
|
### Tor
|
||||||
|
|
||||||
A tor proxy can be used to access `.onion` sites or to anonymize traffic.
|
A Tor proxy can be used to anonymize traffic via the SOCKS protocol, an HTTP
|
||||||
It can be set up using [docker](./docker-images/dperson_-_torproxy.md).
|
tunnel protocol or other ways.
|
||||||
|
It can be set up using [docker](/wiki/docker.md) and the
|
||||||
|
[dperson image](./docker-images/dperson_-_torproxy.md).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user