Firstly, I'm wondering if there's some simple way to retrieve a list of the active Tor routers, simple meaning something like just wget'ing some list off their servers or something.
Actually, I guess I could rephrase that, what I'm going to do is block out the Tor network from a bunch of servers, and I'd like to retrieve a list that will be easy to read into a table for OpenBSD's PF(which is to say, basically just a list of IP's).
So a list with some junk that awk can just sort out would be fine, some sort of XML or HTML junk would be less than desirable.
I did for example manage to retrieve a file from one of Tor's authoritative directories, but that definitely fell into the "full of way too much junk" category.
Actually, I guess I could rephrase that, what I'm going to do is block out the Tor network from a bunch of servers, and I'd like to retrieve a list that will be easy to read into a table for OpenBSD's PF(which is to say, basically just a list of IP's).
So a list with some junk that awk can just sort out would be fine, some sort of XML or HTML junk would be less than desirable.
I did for example manage to retrieve a file from one of Tor's authoritative directories, but that definitely fell into the "full of way too much junk" category.