mirror of
https://github.com/antitree/private-tor-network
synced 2024-11-16 12:13:59 +00:00
adding a few notes about cleanup
This commit is contained in:
parent
93a89a80da
commit
516b8b49f2
@ -39,7 +39,7 @@ Available roles right now are:
|
|||||||
|
|
||||||
### Tor configuration
|
### Tor configuration
|
||||||
|
|
||||||
This configuration is based on the Tor documentation for how to run a private tor network. You should also check out Chutney[1] which does something similar with separate processes instead of containers.
|
This configuration is based on the Tor documentation for how to run a private tor network. You should also check out Chutney[1] which does something similar with separate processes instead of containers. If you need to make a modification (such as changing the timing of the DA's) edit the `config/torrc` and/or `config/torrc.da` files. You may need to modify the Dockerfile as well.
|
||||||
|
|
||||||
### Debugging
|
### Debugging
|
||||||
|
|
||||||
@ -50,11 +50,13 @@ Here are a few things to try if you're runing into issues:
|
|||||||
* Enable verbose logging by changing the `./config/torrc`
|
* Enable verbose logging by changing the `./config/torrc`
|
||||||
* Check permissions for your ./tor folder
|
* Check permissions for your ./tor folder
|
||||||
* Delete the files in your ./tor folder so you can start from scratch (or specifically the torrc.da file)
|
* Delete the files in your ./tor folder so you can start from scratch (or specifically the torrc.da file)
|
||||||
|
* To cleanup the environment and start over you can use `docker-compose kill` and `docker-compose rm -ra` to remove them all.
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
|
|
||||||
* Use an environment variable to choose which version of tor to compile
|
* Use an environment variable to choose which version of tor to compile
|
||||||
* Get rid of apt-get from docker container
|
* Get rid of apt-get from docker container
|
||||||
|
* Wait for someone to yell at me about using scale like this and then move to the new networking
|
||||||
|
|
||||||
### Dislaimer
|
### Dislaimer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user