Skip to content
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

Custom env variables started with TOR_ prefix with spaces in value processed incorrectly #53

Open
erroric opened this issue Sep 4, 2020 · 0 comments

Comments

@erroric
Copy link

erroric commented Sep 4, 2020

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"
...
dburm added a commit to dburm/torproxy that referenced this issue Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant