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

should be able to pass purpose= to build_circuit #293

Closed meejah closed 5 years ago

meejah commented 6 years ago

Tor can accept purpose=controller or purpose=general when building circuits; we should be able to pass this via TorState.build_circuit()

meejah commented 5 years ago

merged in #329