Re: [tor-dev] How to query HS hostname from control port

2016-09-04 Thread meejah
Jesse V writes: > I'm interested in the ones on disk. I wish that "onions/current" would > give me the list of HSs that were set up via torrc, but this doesn't > appear to be the case. I'm basically looking for the raw command. Could you use ADD_ONION instead? Why are you using the on-disk API i

Re: [tor-dev] How to query HS hostname from control port

2016-09-04 Thread Jesse V
On 09/04/2016 09:31 PM, meejah wrote: > There are two types of onion services: "on disk" ones configured via > torrc/SETCONF and the HiddenServiceDir and related options **or** > "ephemeral" onions, created via the recently added ADD_ONION command. > > In the latter case, you can list them with GE

Re: [tor-dev] How to query HS hostname from control port

2016-09-04 Thread meejah
Jesse V writes: > TL;DR: Please let me know how to fetch the hostname of my hidden service > from Tor's control port. There are two types of onion services: "on disk" ones configured via torrc/SETCONF and the HiddenServiceDir and related options **or** "ephemeral" onions, created via the recentl

[tor-dev] How to query HS hostname from control port

2016-09-04 Thread Jesse V
Hi everyone, TL;DR: Please let me know how to fetch the hostname of my hidden service from Tor's control port. Say I have configured torrc to set up a hidden/onion service. By default, it's set up in /var/lib/tor/hidden_service, a directory which isn't world-readable. My software can authenticate