-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Torrc #1893
Torrc #1893
Conversation
Beside that nits in the comments looks good and I tested it with your example and it works. Very helpful or debugging tor issues to add that logs... At the user would need to change the log level to get full tor logging included. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Makes torrc "editable" via system properties.
Usage
-Dtorrcfile=/path/to/torrc
to source a valid torrc file from you system-Dtorrc:key1=value1 -Dtorrc:key2=value2
to append the tor configurationExamples
use
-Dtorrc:Socks5Proxy=host[:port]
to configure a Socks5 proxyuse
-Dtorrcfile=/path/to/customtorrc
withcustomtorrc
containingto configure raw tor logging for troubleshooting.
Notes
note that torrc-entries which are critical to the software cannot be overwritten
bumps netlayer to 0.4.7 in order to profit from its bugfixes and addresses fixes #965, fixes #829 and thus fixes #413 and fixes #483