Re: Fetching only Exit nodes

2007-06-02 Thread Mr. Blue
Ok I've installed a latest Tor, Now, regarding classificating node like exit node > > reject 0.0.0.0/8:* > > reject 169.254.0.0/16:* > > reject 127.0.0.0/8:* > > reject 192.168.0.0/16:* > > reject 10.0.0.0/8:* > > reject 172.16.0.0/12:* > > accept *:80 > > accept *:443 > > reject *:* > > >

Re: Fetching only Exit nodes

2007-05-31 Thread Nick Mathewson
On Thu, May 31, 2007 at 09:15:18AM -0700, Mr. Blue wrote: > I am using tor 1.1.26 You might want to stop that; 0.1.2.x has a lot of security improvements. > So..., > Whenever my script detects change of MD5 value of > cached-routers, > it clears DB and by using regular expesion it fill DB > with

Fetching only Exit nodes

2007-05-31 Thread Mr. Blue
I am using tor 1.1.26 So..., Whenever my script detects change of MD5 value of cached-routers, it clears DB and by using regular expesion it fill DB with nodes. Now..., I decided I wana have only exit nodes in DB. After looking at one already made script I saw that it connects to Tors control

Fetching only Exit nodes

2007-05-31 Thread Mr. Blue
I am using tor 1.1.26 So..., Whenever my script detects change of MD5 value of cached-routers, it clears DB and by using regular expesion it fill DB with nodes. Now..., I decided I wana have only exit nodes in DB and not all of them. After looking at one already made script I saw that it connec