Skip to content
Commit 8772dbe2 authored by Damian Johnson's avatar Damian Johnson
Browse files

Controller's get_ports method frequently failed to provide local ports

Oops, sometimes tor provides 127.0.0.1 for localhost and other times 0.0.0.0...

  >>> 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
parent 66243c41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment