We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889b5a1 commit d3a7f9eCopy full SHA for d3a7f9e
README.md
@@ -76,7 +76,7 @@ var optionalOpts = {
76
77
proxyOpts: {
78
// Socks proxy options (used to proxy requests in node)
79
- socksProxyOpts: {
+ socksProxy: {
80
// Configuration from socks module (https://github.com/JoshGlazebrook/socks)
81
proxy: {
82
// IP Address of Proxy (Required)
@@ -107,7 +107,7 @@ var optionalOpts = {
107
timeout: 10000
108
},
109
// NodeJS HTTP agents (used to proxy HTTP and Websocket requests in node)
110
- // Populated with Socks.Agent if socksProxyOpts is provided
+ // Populated with Socks.Agent if socksProxy is provided
111
httpAgent: {},
112
httpsAgent: {}
113
}
0 commit comments