Hello,
I'm in the process of writing a scraper. The HTTP requests to the site will number in the thousands. What kind of precautions should I take?
Right now, I plan to route everything through tor with this:http://socksify.rubyforge.org/, but I have no idea what hidden caveats there might be (like DNS leaks).
I'm not that paranoid and I seriously doubt that anybody is monitoring my internet connection so is digging deeper into preventing a DNS leak a luxury that I should be able to dispense with?
I'm in the process of writing a scraper. The HTTP requests to the site will number in the thousands. What kind of precautions should I take?
Right now, I plan to route everything through tor with this:http://socksify.rubyforge.org/, but I have no idea what hidden caveats there might be (like DNS leaks).
I'm not that paranoid and I seriously doubt that anybody is monitoring my internet connection so is digging deeper into preventing a DNS leak a luxury that I should be able to dispense with?
Last edited: