Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shpaker/torsocks-docker

TOR SOCKS5 proxy server Dockerfile
https://github.com/shpaker/torsocks-docker

Last synced: about 2 months ago
JSON representation

TOR SOCKS5 proxy server Dockerfile

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/shpaker/torsocks-docker.svg?branch=master)](https://travis-ci.com/shpaker/torsocks-docker)

- - -

# Dockerfile with Tor proxy server

## Usage

* Build container
```bash
docker build . -t torsocks
```

* Execute:
```bash
docker run -d -p 9050:9050 torsocks
```

* Check proxy:
```bash
curl -v -x socks5://127.0.0.1:9050 https://checkip.amazonaws.com
```