Hello I have some questions related to tor.
- How to disable Guard node in torrc file or by using stem
- Is there any method in stem where I can specify my Exit Node. I know a method in torrc file but I don't know how to do it in stem or using controler. for example.
I want this because I want my entry node to be change for every circuit and Exit to be same
controller.set_options({'__DisablePredictedCircuits': '1',
'MaxOnionsPending': '0',
'newcircuitperiod': '999999999',
'maxcircuitdirtiness': '999999999'})
also for if possible in this part it will be good too. mean if I pass my nodes as an argument here
controller.new_circuit()