We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a53c31 commit a78bfc6Copy full SHA for a78bfc6
nightmare.js
@@ -2,7 +2,7 @@ var Nightmare = require('nightmare');
2
3
let nightmare = Nightmare({
4
switches: {
5
- 'proxy-server': 'gate.smartproxy.com:7000', // Endpoint
+ 'proxy-server': 'gate.smartproxy.com:7000', // Your desired endpoint within punctuation marks ('')
6
'ignore-certificate-errors': true
7
}
8
});
0 commit comments