Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shpaker/torsocks-docker
- Owner: shpaker
- Created: 2019-06-08T11:07:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T09:09:46.000Z (over 3 years ago)
- Last Synced: 2024-10-09T15:44:08.815Z (3 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/shpaker/torsocks
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```