Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Circuits on the network tab #2

Description

@nyxnor

Does adding circuits to the interface sounds interesting?

sudo apt install -y python3-stem
sudo -u debian-tor tor-prompt
for circ in controller.get_circuits():
  print "Cicruit %s, status: %s" % (circ.id, circ.status)
  for i, (fingerprint, nickname) in enumerate(circ.path):
    print " %i. %s (%s)" % (i + 1, fingerprint, nickname)
  print

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions