[tor-bugs] #18214 [Tor]: exit policy wrongly displayed in globe, atlas etc.

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 2 20:43:34 UTC 2016


#18214: exit policy wrongly displayed in globe, atlas etc.
--------------------+---------------------
 Reporter:  toralf  |          Owner:
     Type:  defect  |         Status:  new
 Priority:  Medium  |      Milestone:
Component:  Tor     |        Version:
 Severity:  Normal  |     Resolution:
 Keywords:          |  Actual Points:
Parent ID:          |         Points:
  Sponsor:          |
--------------------+---------------------

Comment (by toralf):

 funny, the stem libs gives the correct value from local Tor process:
 {{{
 #!/usr/bin/python2 -u
 #

 import datetime
 from stem.control import Controller

 def main():
   with Controller.from_port(port = 9051) as controller:
     controller.authenticate()

     policy = controller.get_exit_policy()
     print (policy)

 if __name__ == '__main__':
   main()
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18214#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list