mattcg / socks5-client

SOCKS v5 client socket implementation in JavaScript for Node.JS.
Other
56 stars 31 forks source link

Fix: Use agentOptions instead of root options #23

Open andresespinosapc opened 3 years ago

andresespinosapc commented 3 years ago

The options that are used get stuck with the first options provided, at least when using agentOptions with Request. I don't know if this will work if one uses the package directly.