Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kaoudis/tor-dock
- Owner: kaoudis
- License: other
- Created: 2015-10-16T22:22:59.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T22:05:27.000Z (over 3 years ago)
- Last Synced: 2024-10-31T00:43:59.896Z (2 months ago)
- Language: C
- Size: 66.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 orcreate-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.