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

Add support for non-anonymous onion services #315

Closed exarkun closed 4 years ago

exarkun commented 6 years ago

Onion services can be non-anonymous. If the Tor daemon is configured this way, any ephemeral hidden services added to it must explicitly opt in by passing an extra flag to ADD_ONION (or the operation fails).

Add support for setting this flag to the onion endpoint.

meejah commented 4 years ago

This is fixed and released