Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaoudis/tor-dock

Helpful stuff for latency testing over a *private* (not connected to the real one) Tor network comprised of Docker containers.
https://github.com/kaoudis/tor-dock

Last synced: about 2 months ago
JSON representation

Helpful stuff for latency testing over a *private* (not connected to the real one) Tor network comprised of Docker containers.

Awesome Lists containing this project

README

        

# tor-dock
Helpful stuff for latency testing over a *private* (not connected to the real one) Tor network comprised of Docker containers.
Note that the configs in this directory have a setting called TestingTorNetwork: hopefully, this means we stay in our own
overlay "LAN".

torrc: tor config *for our test client* not for ORs or the dirserver
torrc_auth: torrc config for the directory server
torrc_exit_relay: torrc config for an or relay that is also an exit
torrc_relay: torrc config for a plain old or

create-container.sh: run outside the container (I'm just using for reference and not actually running it)
setup-container.sh: run inside the container (less typing!)
latenc: set up and run latency testing over our mini Tor
c/ contains the torperf 'trivsocks' client

*None* of this is supposed to, at any time, connect to the actual big grand Tor network. That said, use at your own risk.