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 12a5e8e commit 6c6bb09Copy full SHA for 6c6bb09
README.md
@@ -26,7 +26,7 @@ const ProxyChain = require('proxy-chain');
26
const server = new ProxyChain.Server({ port: 8000 });
27
28
server.listen(() => {
29
- console.log(`Proxy server is listening on port ${8000}`);
+ console.log(`Proxy server is listening on port ${server.port}`);
30
});
31
```
32
0 commit comments