Directory servers for a subset of Tor routers
Robert Hogan
robert at roberthogan.net
Sun Aug 5 21:29:14 UTC 2007
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" );
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.torproject.org/pipermail/tor-talk/attachments/20070805/c2defa8c/attachment.pgp>
More information about the tor-talk
mailing list