https://github.com/shpaker/torsocks-docker
TOR SOCKS5 proxy server Dockerfile
https://github.com/shpaker/torsocks-docker
Last synced: 4 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T09:09:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T12:50:04.441Z (6 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
[](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
```