HTTP+SOCKS5 Tor proxy (with privoxy)
Here's a short explanation how to use tor-privoxy-docker:
Quickstart:
The following command start a socks5 proxy(on localhost:http_port) and an http proxy(on localhost:socks5_port) to the tor network:
docker run --rm -d -p <http_port>:8118 -p <socks5_port>:9050 gp3t1/tor-privoxy[:<tag>] connect
More options:
Limit access to your proxy:
-e ACCEPT_FROM="[HOST|NETWORK][;[HOST|NETWORK]...]"
(e.g. "172.17.0.1", "172.17.0.1;172.17.0.5", "172.17.0.0/24")
defaults to your docker subnetwork
Open access to tor built-in dns server:
-p 9053:9053
Open access to the tor controller on localhost:controller_port:
-e TORCTRL_PASS="<your_password>"
-p <controller_port>:9051
Force packages update at launch:
-e REFRESH=true (default:false)
Set verbosity:
-e VERBOSE=<0|1|2> (default:0)
git checkout -b feature/my-new-featuregit commit -am 'Add some feature'git push origin feature/my-new-feature0.1.0
Copyright (C)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Content type
Image
Digest
Size
23.8 MB
Last updated
over 10 years ago
docker pull gp3t1/tor-privoxy