Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circuits on the network tab #2

Open
nyxnor opened this issue Oct 4, 2021 · 0 comments
Open

Circuits on the network tab #2

nyxnor opened this issue Oct 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nyxnor
Copy link

nyxnor commented Oct 4, 2021

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
@nonnil nonnil added the enhancement New feature or request label Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants