Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

jgamblin/tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple TOR Socks Proxy Container

Dockerfile to setup and compile tor software usgin Debian. When ran tor starts with a SOCKS5 server accessible on port 9150 (This does not set up a tor relay or exit node).

Running

Verbose:

$ docker run --name tor -ti -p 9050:9050 jgamblin/tor

As a Dameon:

$ docker run  --name tor -tid -p 9050:9050 jgamblin/tor

To use, configure your browser/client to use a SOCKS server

Server IP: 127.0.1.1
Server port: 9050

WARNING

  • Programing might be science; but that's not what I do. I'm a hacker, not a programmer.
  • This is also probably a really bad idea.

About

Simple TOR Socks Proxy Container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published