On 06/02/2014 12:36 AM, Lunar wrote: > Mirimir: >> NOW=`date +%F_%H-%M` >> echo " dump IP Chicken at $NOW" >> links2 -g -dump http://ipchicken.com/ > ~/dumps/IP-$NOW & >> NOW=`date +%F_%H-%M` >> echo " dump Craigslist URL http://$CLURL at $NOW" >> links2 -g -dump http://$CLURL > ~/dumps/$CLURL-$NOW & > > TTBOMK this won't work as you'd like. Tor will create a different > circuit for each host you try to contact. The circuit used by the first > `links2` will be different that then one that follows.
Oops. IP lookup is out. But my Tor client always knows what circuit it's using. So I could just ask it. Right? -- tor-talk mailing list - [email protected] To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
