An error occurred while fetching the assigned milestone of the selected issue.
Note that 'GETINFO net/listeners/*' specifies 0.0.0.0 (or another local address)
Hi Nick. Minor gotcha I just fixed in Stem...
GETINFO net/listeners/or
250-net/listeners/or="0.0.0.0:1443"
250 OK
GETINFO net/listeners/control
250-net/listeners/control="127.0.0.1:9051"
250 OK
Since tor specified 127.0.0.1 for localhost with controllers I assumed that's what it used for other our ORPort and others. Fixed now in stem...
https://gitweb.torproject.org/stem.git/commit/?id=8772dbe
Maybe the spec should say that 0.0.0.0 and 127.0.0.1 are both used when referring to localhost?