HTTP+SOCKS5 Tor proxy (with privoxy)
- Install docker
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)
-
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request
- docker engine > 1.10
0.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/.