multitor
multitor copied to clipboard
feat: Implement torrc templating
This change introduces a template for torrc files, allowing for easier customization and management of Tor configurations.
- Added templates/torrc-template.cfg with default Tor options.
- Modified lib/CreateTorProcess to use this template, append dynamic values (SocksPort, ControlPort, PidFile, DataDirectory, HashedControlPassword), and rely on the torrc file for most configurations instead of command-line arguments.