<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
hello..<BR><br><BR>i was reading about Creating Custom Circuits..<BR>and i found these orders ..but i didnt know how to use them and where to write them..???<BR><br><BR><font color="#ff0000">Using Tor control protocol you can create custom circuits of different sizes. Regardless of circuit size the last node must be configured as exit-node. In order to successfully create and use custom circuits we must first disable Tor's automatic circuit creation mechanism. While it can not be completely disabled (?), we can still use the following configuration options to force Tor clients to use our custom made circuits:</font><BR><font color="#ff0000"><br></font><BR><font color="#0070c0">setconf __DisablePredictedCircuits=1      &lt;- disable preemptively creating circuits<br>setconf MaxOnionsPending=0                &lt;- maximum circuits pending<br>setconf newcircuitperiod=999999999        &lt;- longer period before creating new circuit<br>setconf maxcircuitdirtiness=999999999     &lt;- longer period for circuit expiration</font><font color="#ff0000"><br></font><BR><font color="#ff0000"><br></font><BR><font color="#ff0000">You can delete already created circuits so they don't interfere:</font><BR><font color="#ff0000"><br></font><BR><font color="#0070c0">closecircuit 2<br>250 OK<br>closecircuit 1<br>250 OK<br>getinfo circuit-status<br>250-circuit-status=<br>250 OK</font><br><BR><br><BR><br><BR>can somebody help me and give a example to how an where set these orders???<BR>                                               </body>
</html>