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

https://github.com/foxboron/torinit

Helps you generate a torrc file.
https://github.com/foxboron/torinit

Last synced: about 1 year ago
JSON representation

Helps you generate a torrc file.

Awesome Lists containing this project

README

          

TorInit
=======

Helps you generate a sane torrc file.

Setup:
`pip install -r requirements.txt`

Idea:
The templates will hold the required values specefied by `options.yaml`.
`options.yaml` will hold the default configuration, recommendation based on
template and try achive this in a dynamic way. Leaving little to being hard
coded thus easier to change and keep updated with the current settings
available in tor.

Further development should also help in generating the script from the terminal

`main.py --template=bridge.template --nick="Hello_World" --ORPort=9001`