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.
- Host: GitHub
- URL: https://github.com/foxboron/torinit
- Owner: Foxboron
- License: mit
- Created: 2014-06-28T00:07:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-28T19:06:29.000Z (almost 12 years ago)
- Last Synced: 2025-02-01T11:12:50.914Z (over 1 year ago)
- Language: Python
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`