meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Do we need CookieAuthFile? #93

Closed meejah closed 9 years ago

meejah commented 9 years ago

tor docs say that the default CookieAuthFile should be inside DataDirectory, but at least when a tor is started with "DataDirectory /tmp/whatever" on the command-line, tor still seems to be use TMPDIR to derive a CookieAuthFile location...

meejah commented 9 years ago

This was a mistake on my part: if you don't supply ANY "-f" option, then Tor loads the default torrc file and only applies command-line args on top of that.