How to identify from the descriptor whether a tor relay can be used a guard node or exit node?

117 Views Asked by At

I want to create a custom tor circuit. I can get the list of relay nodes using get_network_statuses() of stem library, but I am not sure how whether a specific node can be used as guard node, middle node or exit node. Is there any way to identify that? If so, then how to do it.

0

There are 0 best solutions below