Advertisement
dereksir

Untitled

Aug 31st, 2023 (edited)
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Add the plugin
  2. chromium.use(proxyRouter);
  3.  
  4. chromium.launch({ headless: true }).then(async browser => {
  5.  
  6.     // Define target URL
  7.     const url = 'http://httpbin.io/ip';
  8.     // List of proxies to use
  9.     const proxyNames = ['DEFAULT', 'PROXY2', 'PROXY3'];
  10.  
  11.     //..
  12.  
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement