Skip to content

gp3t1/tor-privoxy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tor-privoxy-docker

0.1.0 Repository issues

HTTP+SOCKS5 Tor proxy (with privoxy)

Installation

  • Install docker

Usage

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)
      

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a pull request

Requirements / Dependencies

Version

0.1.0

License

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/.

About

socks5+http tor proxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages