[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Directory servers for a subset of Tor routers



On Sunday 05 August 2007 20:13:14 Silviu Udrea wrote:
> Can i configure TOR to use it with some code so i can choose which exit
> node i want? Something like this:
>
> TOR_exit_nodes[10];
>
> for( i=0; i<10; i++ )
> {
>
>     retrieve_webpage( URL, TOR_exit_nodes[ i ] );
>
> }
> This code should rotate 10 TOR_exit_nodes to retrieve some webpages with
> PHP or JavaScript.
>
>

You can view google using baobab as an exit with the following url:

http://www.google.com.baobab.exit


That means you can do something like:

 TOR_exit_nodes[10];

 for( i=0; i<10; i++ )
 {

     retrieve_webpage( URL + "." + TOR_exit_nodes[ i ] + ".exit" );

 }

Attachment: signature.asc
Description: This is a digitally signed message part.