This repository was archived by the owner on May 9, 2020. It is now read-only.

Description
Would you please provide sample on how it should work using tor/socks proxy.
tried both of the following settings using .defaults() and still no luck
{ proxy: "socks://127.0.0.1:9050" }
{ agentClass: SocksProxyAgent, agentOptions: { protocol: "socks:", host: "localhost", port: 9050 } }