[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #17378 [Stem]: Stem HiddenServiceOptions does not reflect reality
#17378: Stem HiddenServiceOptions does not reflect reality
-----------------------+------------------------
Reporter: infinity0 | Owner: atagar
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Stem | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Sponsor: |
-----------------------+------------------------
Description changed by infinity0:
Old description:
> 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.
New description:
Suppose I have in my torrc:
{{{
HiddenServiceDir x
HiddenServicePort a
HiddenServicePort b
HiddenServiceDir 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#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs