We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I had bad configuration error on start when trying to set some TOR variables like
AccountingMax 100 GB AccountingStart month 1 00:00
for example, env variable:
TOR_AccountingStart=month 1 00:00
processed incorrectly inside torproxy.sh bash script, becomes in broken torrc file content:
... AccountingStart "month" 1 0 "00:00" ...
The text was updated successfully, but these errors were encountered:
Fix parsing space-separated parameters
db632b6
Closes: dperson#53
No branches or pull requests
Hi!
I had bad configuration error on start when trying to set some TOR variables like
for example, env variable:
TOR_AccountingStart=month 1 00:00
processed incorrectly inside torproxy.sh bash script, becomes in broken torrc file content:
The text was updated successfully, but these errors were encountered: