Advertisement
dereksir

Untitled

Feb 28th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const ProxyChain = require('proxy-chain');
  2.  
  3. const server = new ProxyChain.Server({
  4.     port: 8000, // Port where the server will listen
  5.     host: 'localhost', // Optional host where the proxy server will listen
  6.     verbose: true, // Enables verbose logging
  7.  
  8. //..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement