Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgamblin/tor
Simple TOR Socks Proxy Container
https://github.com/jgamblin/tor
Last synced: 25 days ago
JSON representation
Simple TOR Socks Proxy Container
- Host: GitHub
- URL: https://github.com/jgamblin/tor
- Owner: jgamblin
- License: mit
- Archived: true
- Created: 2016-06-06T17:44:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T11:54:13.000Z (over 8 years ago)
- Last Synced: 2024-05-30T01:17:58.746Z (7 months ago)
- Size: 8.79 KB
- Stars: 13
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **13**星
README
# 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:*
```bash
$ docker run --name tor -ti -p 9050:9050 jgamblin/tor
```
![](http://i.imgur.com/03n8NE6.png)*As a Dameon:*
```bash
$ docker run --name tor -tid -p 9050:9050 jgamblin/tor
```
![](http://i.imgur.com/AaV3VL6.png)### To use, configure your browser/client to use a SOCKS server
Server IP: 127.0.1.1
Server port: 9050![](http://i.imgur.com/GLWqKuV.png)
### 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.