[tor-bugs] #17378 [Stem]: Stem HiddenServiceOptions does not reflect reality
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Oct 19 14:21:06 UTC 2015
#17378: Stem HiddenServiceOptions does not reflect reality
---------------------------+--------------------
Reporter: infinity0 | Owner: atagar
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Stem | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Sponsor:
---------------------------+--------------------
Suppose I have in my torrc:
{{{
HiddenServiceDir x
HiddenServicePort a
HiddenServicePort b
HiddenService y
HiddenServicePort c
}}}
This means run service x on port a,b and a different (hopefully
unlinkable) service y on port c.
However stem's `HiddenServiceOptions` gives output like
{{{
{'HiddenServicePort': [a, b, c], 'HiddenServiceDir': [x, y]}
}}}
This loses information from the original config and there is no way for
stem's client to reconstruct the original meaning of the torrc.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17378>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list