TeamHG-Memex / aquarium

Splash + HAProxy + Docker Compose
MIT License
196 stars 43 forks source link

How to use TOR with aqurium #8

Open MuhammadRahman-awin opened 6 years ago

MuhammadRahman-awin commented 6 years ago

Hi,

I am new to this.

Can you guide me to the right direction for some concrete instructions to integrate TOR with aquarium?

Thanks

lopuhin commented 6 years ago

Hi @MuhammadRahman-awin , aquarium already bundles everything needed for Tor integration, it is enabled by default.

zinyosrim commented 6 years ago

@lopuhin do I have to include the 'proxy': 'tor' part in my request, like here:

yield SplashRequest(auction_results_url, 
                                self.parse_auction_list, 
                                endpoint='execute',
                                args = {'lua_source': self.lua_script, 'proxy': 'tor'}
                                )

I can't see in the logs if the requests are really going through tor