private-tor-network icon indicating copy to clipboard operation
private-tor-network copied to clipboard

Run an isolated instance of a tor network in Docker containers

Results 4 private-tor-network issues
Sort by recently updated
recently updated
newest added

I am still trying to learn and understand the mechanics here. I have went through the source, but I couldn't figure this out. `config/torrc` file has this line; TestingTorNetwork 1...

Branch: master. I reduce the numbers of authority servers to reproduce the problem clearly. ```yaml version: '3' services: da1: image: antitree/private-tor #expose: # - "7000" # - "9030" environment: ROLE:...

Hello. I am from the golden country very impressed with your achievement. Well I read your README and built a Tor network with containers on a fully local private VM...

I used the command: `sudo docker-compose up` to build a default network. But when I tried to use the command: `curl -vL google.com --proxy socks5://localhost:9050` I failed to connect with...